home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / software / tsw / tsw.exe / {app} / TSWWebCoder.exe / 0 / RCDATA / TDIALOGFORM / TDIALOGFORM.txt
Text File  |  2003-09-12  |  268KB  |  6,279 lines

  1. object DialogForm: TDialogForm
  2.   Left = 256
  3.   Top = 307
  4.   Width = 908
  5.   Height = 536
  6.   ActiveControl = TabSheet3
  7.   BorderIcons = [biSystemMenu]
  8.   Caption = 'DialogForm'
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poOwnerFormCenter
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnKeyPress = FormKeyPress
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Panel2: TPanel
  25.     Left = 0
  26.     Top = 0
  27.     Width = 900
  28.     Height = 463
  29.     Align = alClient
  30.     Caption = 'Panel2'
  31.     TabOrder = 0
  32.     object DialogPage: TPageControl
  33.       Tag = 16
  34.       Left = 1
  35.       Top = 1
  36.       Width = 898
  37.       Height = 461
  38.       ActivePage = TabSheet3
  39.       Align = alClient
  40.       Style = tsButtons
  41.       TabIndex = 2
  42.       TabOrder = 0
  43.       OnChange = DialogPageChange
  44.       object TabSheet1: TTabSheet
  45.         Caption = 'hr'
  46.         object hrPanel: TFlatPanel
  47.           Tag = 1
  48.           Left = 8
  49.           Top = 11
  50.           Width = 417
  51.           Height = 142
  52.           ParentColor = True
  53.           Visible = False
  54.           ColorHighLight = clBtnFace
  55.           ColorShadow = clBtnFace
  56.           TabOrder = 0
  57.           OnEnter = hrPanelEnter
  58.           object Label2: TLabel
  59.             Left = 8
  60.             Top = 8
  61.             Width = 45
  62.             Height = 13
  63.             Hint = 'V'#230'lg l'#230'ngden p'#229' din linie.'
  64.             Caption = 'L'#230'ngde'
  65.             Font.Charset = ANSI_CHARSET
  66.             Font.Color = clBlack
  67.             Font.Height = -11
  68.             Font.Name = 'Verdana'
  69.             Font.Style = []
  70.             ParentFont = False
  71.           end
  72.           object Label1: TLabel
  73.             Left = 8
  74.             Top = 56
  75.             Width = 51
  76.             Height = 13
  77.             Hint = 'V'#230'lg hvor tyk (h'#248'j) din linie skal v'#230're.'
  78.             Caption = 'Tykkelse'
  79.             Font.Charset = ANSI_CHARSET
  80.             Font.Color = clBlack
  81.             Font.Height = -11
  82.             Font.Name = 'Verdana'
  83.             Font.Style = []
  84.             ParentFont = False
  85.           end
  86.           object Label87: TLabel
  87.             Left = 168
  88.             Top = 96
  89.             Width = 32
  90.             Height = 13
  91.             Hint = 'V'#230'lg en farve til din vandrette linie.'
  92.             Caption = 'Farve'
  93.             Font.Charset = ANSI_CHARSET
  94.             Font.Color = clBlack
  95.             Font.Height = -11
  96.             Font.Name = 'Verdana'
  97.             Font.Style = []
  98.             ParentFont = False
  99.           end
  100.           object hrWidth: TFlatSpinEditInteger
  101.             Left = 8
  102.             Top = 24
  103.             Width = 65
  104.             Height = 20
  105.             Hint = 'V'#230'lg l'#230'ngden p'#229' din linie.'
  106.             ColorBorder = clGray
  107.             ColorFlat = clWhite
  108.             AutoSize = False
  109.             Increment = 5
  110.             MaxValue = 100
  111.             MinValue = 1
  112.             TabOrder = 0
  113.             Value = 100
  114.           end
  115.           object hrSize: TFlatSpinEditInteger
  116.             Left = 8
  117.             Top = 72
  118.             Width = 65
  119.             Height = 20
  120.             Hint = 'V'#230'lg hvor tyk (h'#248'j) din linie skal v'#230're.'
  121.             ColorBorder = clGray
  122.             ColorFlat = clWhite
  123.             AutoSize = False
  124.             MaxValue = 0
  125.             MinValue = 0
  126.             TabOrder = 2
  127.             Value = 2
  128.           end
  129.           object hrSkygge: TFlatCheckBox
  130.             Left = 8
  131.             Top = 106
  132.             Width = 80
  133.             Height = 17
  134.             Hint = 'V'#230'lg om der skal v'#230're 3D skygge p'#229' din linie'
  135.             Transparent = True
  136.             Caption = '3D skygge'
  137.             Checked = True
  138.             Color = clWhite
  139.             ColorFocused = 14733503
  140.             ColorDown = clWhite
  141.             ColorBorder = clGray
  142.             Font.Charset = ANSI_CHARSET
  143.             Font.Color = clBlack
  144.             Font.Height = -11
  145.             Font.Name = 'Verdana'
  146.             Font.Style = []
  147.             ParentColor = False
  148.             ParentFont = False
  149.             TabOrder = 3
  150.             TabStop = True
  151.           end
  152.           object hrLengthProcent: TFlatCheckBox
  153.             Left = 80
  154.             Top = 26
  155.             Width = 80
  156.             Height = 17
  157.             Hint = 'V'#230'lg om l'#230'ngden skal v'#230're angivet i % eller bare i pixels.'
  158.             Transparent = True
  159.             Caption = '%'
  160.             Checked = True
  161.             Color = clWhite
  162.             ColorFocused = 14733503
  163.             ColorDown = clWhite
  164.             ColorBorder = clGray
  165.             Font.Charset = ANSI_CHARSET
  166.             Font.Color = clBlack
  167.             Font.Height = -11
  168.             Font.Name = 'Verdana'
  169.             Font.Style = []
  170.             ParentColor = False
  171.             ParentFont = False
  172.             TabOrder = 1
  173.             TabStop = True
  174.           end
  175.           object hrLeftAlign: TFlatRadioButton
  176.             Left = 168
  177.             Top = 10
  178.             Width = 90
  179.             Height = 17
  180.             Hint = 'V'#230'lg hvordan din linie skal placeres.'
  181.             Transparent = True
  182.             Caption = 'Venstrestillet'
  183.             Checked = True
  184.             Color = clWhite
  185.             ColorFocused = 14733503
  186.             ColorDown = clWhite
  187.             ColorBorder = clGray
  188.             Font.Charset = ANSI_CHARSET
  189.             Font.Color = clBlack
  190.             Font.Height = -11
  191.             Font.Name = 'Verdana'
  192.             Font.Style = []
  193.             ParentColor = False
  194.             ParentFont = False
  195.             TabOrder = 4
  196.             TabStop = True
  197.           end
  198.           object hrCenterAlign: TFlatRadioButton
  199.             Left = 168
  200.             Top = 26
  201.             Width = 90
  202.             Height = 17
  203.             Hint = 'V'#230'lg hvordan din linie skal placeres.'
  204.             Transparent = True
  205.             Caption = 'Centreret'
  206.             Color = clWhite
  207.             ColorFocused = 14733503
  208.             ColorDown = clWhite
  209.             ColorBorder = clGray
  210.             Font.Charset = ANSI_CHARSET
  211.             Font.Color = clBlack
  212.             Font.Height = -11
  213.             Font.Name = 'Verdana'
  214.             Font.Style = []
  215.             ParentColor = False
  216.             ParentFont = False
  217.             TabOrder = 5
  218.           end
  219.           object hrRightAlign: TFlatRadioButton
  220.             Left = 168
  221.             Top = 44
  222.             Width = 90
  223.             Height = 17
  224.             Hint = 'V'#230'lg hvordan din linie skal placeres.'
  225.             Transparent = True
  226.             Caption = 'H'#248'jrestillet'
  227.             Color = clWhite
  228.             ColorFocused = 14733503
  229.             ColorDown = clWhite
  230.             ColorBorder = clGray
  231.             Font.Charset = ANSI_CHARSET
  232.             Font.Color = clBlack
  233.             Font.Height = -11
  234.             Font.Name = 'Verdana'
  235.             Font.Style = []
  236.             ParentColor = False
  237.             ParentFont = False
  238.             TabOrder = 6
  239.           end
  240.           object hrColor: TColorFlatEdit
  241.             Left = 168
  242.             Top = 112
  243.             Width = 97
  244.             Height = 19
  245.             Hint = 'V'#230'lg en farve til din vandrette linie.'
  246.             ColorBorder = clGray
  247.             ColorFlat = clWhite
  248.             TabOrder = 7
  249.             Text = '#000000'
  250.             HTMLValue = '#000000'
  251.           end
  252.         end
  253.         object CSSPanel: TFlatPanel
  254.           Tag = 200
  255.           Left = 12
  256.           Top = 152
  257.           Width = 356
  258.           Height = 193
  259.           Hint = 'Avancerede muligheder for denne dialog.'
  260.           Caption = ' - Avancerede muligheder (CSS/JavaScript) - '
  261.           Font.Charset = DEFAULT_CHARSET
  262.           Font.Color = clBlack
  263.           Font.Height = -11
  264.           Font.Name = 'MS Sans Serif'
  265.           Font.Style = [fsBold]
  266.           Color = 14733503
  267.           ColorHighLight = clGray
  268.           ColorShadow = clGray
  269.           TabOrder = 1
  270.           OnEnter = CSSPanelEnter
  271.           object Label3: TLabel
  272.             Left = 16
  273.             Top = 114
  274.             Width = 113
  275.             Height = 13
  276.             AutoSize = False
  277.             Caption = ' H'#230'ndelse'
  278.             Color = clWhite
  279.             Font.Charset = DEFAULT_CHARSET
  280.             Font.Color = clBlack
  281.             Font.Height = -11
  282.             Font.Name = 'MS Sans Serif'
  283.             Font.Style = [fsBold]
  284.             ParentColor = False
  285.             ParentFont = False
  286.             Transparent = True
  287.           end
  288.           object Label4: TLabel
  289.             Left = 166
  290.             Top = 114
  291.             Width = 163
  292.             Height = 13
  293.             AutoSize = False
  294.             Caption = ' Handling'
  295.             Color = clWhite
  296.             Font.Charset = DEFAULT_CHARSET
  297.             Font.Color = clBlack
  298.             Font.Height = -11
  299.             Font.Name = 'MS Sans Serif'
  300.             Font.Style = [fsBold]
  301.             ParentColor = False
  302.             ParentFont = False
  303.             Transparent = True
  304.           end
  305.           object Label5: TLabel
  306.             Left = 16
  307.             Top = 24
  308.             Width = 31
  309.             Height = 13
  310.             Hint = 
  311.               'Class. Bruges til at referere til en speciel klasse i dit StyleS' +
  312.               'heet.'
  313.             Caption = 'Class'
  314.             Font.Charset = ANSI_CHARSET
  315.             Font.Color = clBlack
  316.             Font.Height = -11
  317.             Font.Name = 'Verdana'
  318.             Font.Style = []
  319.             ParentFont = False
  320.           end
  321.           object Label6: TLabel
  322.             Left = 16
  323.             Top = 64
  324.             Width = 25
  325.             Height = 13
  326.             Hint = 'Evt. StyleSheet kode der skal g'#230'lde for dette element'
  327.             Caption = 'CSS'
  328.             Font.Charset = ANSI_CHARSET
  329.             Font.Color = clBlack
  330.             Font.Height = -11
  331.             Font.Name = 'Verdana'
  332.             Font.Style = []
  333.             ParentFont = False
  334.           end
  335.           object Label7: TLabel
  336.             Left = 176
  337.             Top = 24
  338.             Width = 14
  339.             Height = 13
  340.             Hint = 
  341.               'Giv dit element et unikt ID, s'#229' det kan identificeres fx i forbi' +
  342.               'ndelse med brug af et StyleSheet.'
  343.             Caption = 'ID'
  344.             Font.Charset = ANSI_CHARSET
  345.             Font.Color = clBlack
  346.             Font.Height = -11
  347.             Font.Name = 'Verdana'
  348.             Font.Style = []
  349.             ParentFont = False
  350.           end
  351.           object CSSButton: TFlatSpeedButton
  352.             Left = 2
  353.             Top = 2
  354.             Width = 12
  355.             Height = 12
  356.             AllowAllUp = True
  357.             Color = 14741743
  358.             ColorFocused = 14741743
  359.             ColorDown = 14741743
  360.             ColorBorder = clBlack
  361.             ColorHighLight = clBlack
  362.             GroupIndex = 2
  363.             Glyph.Data = {
  364.               F6000000424DF600000000000000360000002800000008000000080000000100
  365.               180000000000C0000000F00A0000F00A00000000000000000000E0F0EFE0F0EF
  366.               E0F0EFE0F0EFE0F0EFE0F0EFE0F0EFE0F0EFE0F0EFE0F0EFD1E0DF595F5F6C74
  367.               73DDEDECE0F0EFE0F0EFE0F0EFDDEDEC626969050606060707949F9EE0F0EFE0
  368.               F0EFE0F0EFA1ACAC0D0E0E020202010101161817C1CFCEE0F0EFC5D3D2262828
  369.               090909000000000000040505454A4ADBEAE95359590B0C0C0000000000000000
  370.               00000000050606818A8A1517160303030708070708070708070708070101012E
  371.               31319DA8A8848D8D848D8D848D8D848D8D848D8D848D8DA6B2B1}
  372.             ParentColor = False
  373.             OnClick = CSSButtonClick
  374.           end
  375.           object EditCSS: TFlatSpeedButton
  376.             Left = 310
  377.             Top = 80
  378.             Width = 19
  379.             Height = 19
  380.             Hint = 'Led efter Web dokumenter p'#229' computeren.'
  381.             Color = 14741743
  382.             ColorFocused = clSilver
  383.             ColorDown = 14733503
  384.             ColorBorder = clGray
  385.             ColorHighLight = clBlack
  386.             Glyph.Data = {
  387.               36050000424D3605000000000000360400002800000010000000100000000100
  388.               08000000000000010000DE0E0000DE0E0000000100000001000000000000A542
  389.               1000BD6B290084848400FF00FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  390.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  391.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  392.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  393.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  394.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  395.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  396.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  397.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  398.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  399.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  400.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  401.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  402.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  403.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  404.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  405.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  406.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  407.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  408.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  409.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  410.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  411.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  412.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  413.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  414.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  415.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  416.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  417.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  418.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  419.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  420.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00040404040404
  421.               0404040404040404040404040404010101010101010101010101040404040404
  422.               0404040404040404040404040404010101010104040401010101040404040402
  423.               0101020404040401010404040404040402010102040404010104040404040404
  424.               0402010101010101010404040404040404040201010204010104040004040400
  425.               0404040201010201010404000304030004040404020101010104040300000003
  426.               0404040404020101010404040004000404040404040402010104040400040004
  427.               0404040404040404040404040300030404040404040404040404040404000404
  428.               0404040404040404040404040404040404040404040404040404}
  429.             ParentColor = False
  430.             OnClick = EditCSSClick
  431.           end
  432.           object CSSClass: TFlatEdit
  433.             Left = 16
  434.             Top = 40
  435.             Width = 153
  436.             Height = 19
  437.             Hint = 
  438.               'Class. Bruges til at referere til en speciel klasse i dit StyleS' +
  439.               'heet.'
  440.             ColorBorder = clGray
  441.             ColorFlat = clWhite
  442.             Font.Charset = DEFAULT_CHARSET
  443.             Font.Color = clBlack
  444.             Font.Height = -11
  445.             Font.Name = 'MS Sans Serif'
  446.             Font.Style = []
  447.             ParentFont = False
  448.             TabOrder = 0
  449.           end
  450.           object CSS: TFlatEdit
  451.             Left = 16
  452.             Top = 80
  453.             Width = 292
  454.             Height = 19
  455.             Hint = 'Evt. StyleSheet kode der skal g'#230'lde for dette element'
  456.             ColorBorder = clGray
  457.             ColorFlat = clWhite
  458.             Font.Charset = DEFAULT_CHARSET
  459.             Font.Color = clBlack
  460.             Font.Height = -11
  461.             Font.Name = 'MS Sans Serif'
  462.             Font.Style = []
  463.             ParentFont = False
  464.             TabOrder = 2
  465.           end
  466.           object CSSid: TFlatEdit
  467.             Left = 176
  468.             Top = 40
  469.             Width = 153
  470.             Height = 19
  471.             Hint = 
  472.               'Giv dit element et unikt ID, s'#229' det kan identificeres fx i forbi' +
  473.               'ndelse med brug af et StyleSheet.'
  474.             ColorBorder = clGray
  475.             ColorFlat = clWhite
  476.             Font.Charset = DEFAULT_CHARSET
  477.             Font.Color = clBlack
  478.             Font.Height = -11
  479.             Font.Name = 'MS Sans Serif'
  480.             Font.Style = []
  481.             ParentFont = False
  482.             TabOrder = 1
  483.           end
  484.           object EventGrid: TdxInspector
  485.             Left = 16
  486.             Top = 128
  487.             Width = 313
  488.             Height = 53
  489.             Color = 15658734
  490.             Font.Charset = DEFAULT_CHARSET
  491.             Font.Color = clBlack
  492.             Font.Height = -11
  493.             Font.Name = 'Verdana'
  494.             Font.Style = []
  495.             ParentFont = False
  496.             TabOrder = 3
  497.             DividerPos = 146
  498.             GridColor = clSilver
  499.             Flat = True
  500.           end
  501.         end
  502.         object SettingsPanel: TPanel
  503.           Left = 0
  504.           Top = 396
  505.           Width = 890
  506.           Height = 34
  507.           Align = alBottom
  508.           BevelOuter = bvNone
  509.           TabOrder = 2
  510.           object doPHPEscape: TFlatCheckBox
  511.             Left = 8
  512.             Top = 16
  513.             Width = 201
  514.             Height = 17
  515.             Hint = 'Escape alle " tegn'
  516.             Transparent = True
  517.             Caption = 'Escape " tegn (PHP)'
  518.             Color = clWhite
  519.             ColorFocused = 14733503
  520.             ColorDown = clWhite
  521.             ColorBorder = clGray
  522.             Font.Charset = ANSI_CHARSET
  523.             Font.Color = clBlack
  524.             Font.Height = -11
  525.             Font.Name = 'Verdana'
  526.             Font.Style = []
  527.             ParentColor = False
  528.             ParentFont = False
  529.             TabOrder = 0
  530.             TabStop = True
  531.           end
  532.           object doXHTMLCompliant: TFlatCheckBox
  533.             Left = 200
  534.             Top = 17
  535.             Width = 201
  536.             Height = 17
  537.             Hint = 'Laver kode der overholder XHTML standarden'
  538.             Transparent = True
  539.             Caption = 'Formater til XHTML standard'
  540.             Color = clWhite
  541.             ColorFocused = 14733503
  542.             ColorDown = clWhite
  543.             ColorBorder = clGray
  544.             Font.Charset = ANSI_CHARSET
  545.             Font.Color = clBlack
  546.             Font.Height = -11
  547.             Font.Name = 'Verdana'
  548.             Font.Style = []
  549.             ParentColor = False
  550.             ParentFont = False
  551.             TabOrder = 1
  552.             TabStop = True
  553.           end
  554.         end
  555.       end
  556.       object TabSheet2: TTabSheet
  557.         Caption = 'link'
  558.         ImageIndex = 1
  559.         object linkPanel: TFlatPanel
  560.           Tag = 2
  561.           Left = 20
  562.           Top = 31
  563.           Width = 565
  564.           Height = 177
  565.           ParentColor = True
  566.           Visible = False
  567.           ColorHighLight = clBtnFace
  568.           ColorShadow = clBtnFace
  569.           TabOrder = 0
  570.           OnEnter = linkPanelEnter
  571.           object Label8: TLabel
  572.             Left = 280
  573.             Top = 10
  574.             Width = 66
  575.             Height = 13
  576.             Hint = 
  577.               'Angiv en beskrivelse p'#229' dit link. Det er den brugeren ser og kli' +
  578.               'kker p'#229'.'
  579.             Caption = 'Beskrivelse'
  580.             Font.Charset = ANSI_CHARSET
  581.             Font.Color = clBlack
  582.             Font.Height = -11
  583.             Font.Name = 'Verdana'
  584.             Font.Style = []
  585.             ParentFont = False
  586.           end
  587.           object Label9: TLabel
  588.             Left = 8
  589.             Top = 50
  590.             Width = 88
  591.             Height = 13
  592.             Hint = 
  593.               'Angiv evt. en ALT tekst, alts'#229' en tekst der vises n'#229'r brugeren p' +
  594.               'eger p'#229' linket.'
  595.             Caption = 'ALT tekst (title)'
  596.             Font.Charset = ANSI_CHARSET
  597.             Font.Color = clBlack
  598.             Font.Height = -11
  599.             Font.Name = 'Verdana'
  600.             Font.Style = []
  601.             ParentFont = False
  602.           end
  603.           object Label10: TLabel
  604.             Left = 8
  605.             Top = 10
  606.             Width = 82
  607.             Height = 13
  608.             Hint = 'Angiv en adresse (URL) linket skal pege p'#229'.'
  609.             Caption = 'Adresse (URL)'
  610.             Font.Charset = ANSI_CHARSET
  611.             Font.Color = clBlack
  612.             Font.Height = -11
  613.             Font.Name = 'Verdana'
  614.             Font.Style = []
  615.             ParentFont = False
  616.           end
  617.           object FlatSpeedButton2: TFlatSpeedButton
  618.             Left = 246
  619.             Top = 24
  620.             Width = 19
  621.             Height = 19
  622.             Hint = 'Led efter Web dokumenter p'#229' computeren.'
  623.             Color = 14733503
  624.             ColorFocused = 14741743
  625.             ColorDown = 14733503
  626.             ColorBorder = clBlack
  627.             ColorHighLight = clBlack
  628.             Glyph.Data = {
  629.               F6000000424DF600000000000000760000002800000010000000100000000100
  630.               040000000000800000000000000000000000100000001000000000000000FFFF
  631.               0000525252000094FF0000CEFF0000FFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  632.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00111111111111
  633.               1111112222222221111110000000000211111003333333302111105044444443
  634.               0211105504444444302110555044444443021055550000000000105555555556
  635.               0211105555666666021110666600000001111100001111111000111111111111
  636.               1100111111110111101011111111100001111111111111111111}
  637.             ParentColor = False
  638.             OnClick = FlatSpeedButton2Click
  639.           end
  640.           object Label13: TLabel
  641.             Left = 8
  642.             Top = 90
  643.             Width = 102
  644.             Height = 13
  645.             Hint = 
  646.               'V'#230'lg den m'#229'de linket vises i frames. Skriv destinationen selv el' +
  647.               'ler v'#230'lg en fra listen.'
  648.             Caption = 'M'#229'l (rammenavn)'
  649.             Font.Charset = ANSI_CHARSET
  650.             Font.Color = clBlack
  651.             Font.Height = -11
  652.             Font.Name = 'Verdana'
  653.             Font.Style = []
  654.             ParentFont = False
  655.           end
  656.           object Label11: TLabel
  657.             Left = 8
  658.             Top = 130
  659.             Width = 29
  660.             Height = 13
  661.             Hint = 
  662.               'V'#230'lg et "navn" til linket, s'#229' du senere kan referere til dette s' +
  663.               'ted med et andet link, der peger p'#229' #navn.'
  664.             Caption = 'Navn'
  665.             Font.Charset = ANSI_CHARSET
  666.             Font.Color = clBlack
  667.             Font.Height = -11
  668.             Font.Name = 'Verdana'
  669.             Font.Style = []
  670.             ParentFont = False
  671.           end
  672.           object LinkUrl: TFlatEdit
  673.             Left = 8
  674.             Top = 24
  675.             Width = 234
  676.             Height = 19
  677.             Hint = 'Angiv en adresse (URL) linket skal pege p'#229'.'
  678.             ColorBorder = clGray
  679.             ColorFlat = clWhite
  680.             TabOrder = 0
  681.           end
  682.           object linkALT: TFlatEdit
  683.             Left = 8
  684.             Top = 64
  685.             Width = 258
  686.             Height = 19
  687.             Hint = 
  688.               'Angiv evt. en ALT tekst, alts'#229' en tekst der vises n'#229'r brugeren p' +
  689.               'eger p'#229' linket.'
  690.             ColorBorder = clGray
  691.             ColorFlat = clWhite
  692.             TabOrder = 1
  693.           end
  694.           object LinkBeskrivelse: TFlatMemo
  695.             Left = 280
  696.             Top = 24
  697.             Width = 258
  698.             Height = 100
  699.             Hint = 
  700.               'Angiv en beskrivelse p'#229' dit link. Det er den brugeren ser og kli' +
  701.               'kker p'#229'.'
  702.             ColorBorder = clGray
  703.             ColorFlat = clWhite
  704.             TabOrder = 4
  705.           end
  706.           object linkDestination: TFlatComboBox
  707.             Left = 8
  708.             Top = 104
  709.             Width = 257
  710.             Height = 21
  711.             Hint = 
  712.               'V'#230'lg den m'#229'de linket vises i frames. Skriv destinationen selv el' +
  713.               'ler v'#230'lg en fra listen.'
  714.             Color = clWindow
  715.             ColorArrowBackground = 14733503
  716.             ColorBorder = clGray
  717.             ItemHeight = 13
  718.             Items.Strings = (
  719.               '_blank'
  720.               '_self'
  721.               '_parent'
  722.               '_top')
  723.             TabOrder = 2
  724.             ItemIndex = -1
  725.           end
  726.           object linkNavn: TFlatEdit
  727.             Left = 8
  728.             Top = 144
  729.             Width = 257
  730.             Height = 19
  731.             Hint = 
  732.               'V'#230'lg et "navn" til linket, s'#229' du senere kan referere til dette s' +
  733.               'ted med et andet link, der peger p'#229' #navn.'
  734.             ColorBorder = clGray
  735.             ColorFlat = clWhite
  736.             TabOrder = 3
  737.           end
  738.         end
  739.       end
  740.       object TabSheet3: TTabSheet
  741.         Tag = 3
  742.         Caption = 'image'
  743.         ImageIndex = 2
  744.         object billedePanel: TFlatPanel
  745.           Tag = 3
  746.           Left = 80
  747.           Top = 119
  748.           Width = 497
  749.           Height = 217
  750.           ParentColor = True
  751.           Visible = False
  752.           ColorHighLight = clBtnFace
  753.           ColorShadow = clBtnFace
  754.           TabOrder = 0
  755.           OnEnter = billedePanelEnter
  756.           object FlatSpeedButton1: TFlatSpeedButton
  757.             Left = 246
  758.             Top = 24
  759.             Width = 19
  760.             Height = 19
  761.             Hint = 'S'#248'g efter et billede p'#229' computeren.'
  762.             Color = 14733503
  763.             ColorFocused = 14741743
  764.             ColorDown = 14733503
  765.             ColorBorder = clGray
  766.             ColorHighLight = clBlack
  767.             Glyph.Data = {
  768.               F6000000424DF600000000000000760000002800000010000000100000000100
  769.               040000000000800000000000000000000000100000001000000000000000FFFF
  770.               0000525252000094FF0000CEFF0000FFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  771.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00111111111111
  772.               1111112222222221111110000000000211111003333333302111105044444443
  773.               0211105504444444302110555044444443021055550000000000105555555556
  774.               0211105555666666021110666600000001111100001111111000111111111111
  775.               1100111111110111101011111111100001111111111111111111}
  776.             ParentColor = False
  777.             OnClick = FlatSpeedButton1Click
  778.           end
  779.           object Label12: TLabel
  780.             Left = 8
  781.             Top = 88
  782.             Width = 33
  783.             Height = 13
  784.             Caption = 'H'#248'jde'
  785.             Font.Charset = ANSI_CHARSET
  786.             Font.Color = clBlack
  787.             Font.Height = -11
  788.             Font.Name = 'Verdana'
  789.             Font.Style = []
  790.             ParentFont = False
  791.           end
  792.           object Label14: TLabel
  793.             Left = 100
  794.             Top = 88
  795.             Width = 41
  796.             Height = 13
  797.             Caption = 'Bredde'
  798.             Font.Charset = ANSI_CHARSET
  799.             Font.Color = clBlack
  800.             Font.Height = -11
  801.             Font.Name = 'Verdana'
  802.             Font.Style = []
  803.             ParentFont = False
  804.           end
  805.           object Label15: TLabel
  806.             Left = 8
  807.             Top = 48
  808.             Width = 53
  809.             Height = 13
  810.             Hint = 
  811.               'Skriv en ALT tekst, alts'#229' den lille tekst brugeren ser n'#229'r der p' +
  812.               'eges p'#229' linket.'
  813.             Caption = 'ALT tekst'
  814.             Font.Charset = ANSI_CHARSET
  815.             Font.Color = clBlack
  816.             Font.Height = -11
  817.             Font.Name = 'Verdana'
  818.             Font.Style = []
  819.             ParentFont = False
  820.           end
  821.           object Label16: TLabel
  822.             Left = 8
  823.             Top = 8
  824.             Width = 38
  825.             Height = 13
  826.             Hint = 'Navnet p'#229' det billede du vil inds'#230'tte.'
  827.             Caption = 'Billede'
  828.             Font.Charset = ANSI_CHARSET
  829.             Font.Color = clBlack
  830.             Font.Height = -11
  831.             Font.Name = 'Verdana'
  832.             Font.Style = []
  833.             ParentFont = False
  834.           end
  835.           object Label17: TLabel
  836.             Left = 192
  837.             Top = 88
  838.             Width = 44
  839.             Height = 13
  840.             Caption = 'Ramme'
  841.             Font.Charset = ANSI_CHARSET
  842.             Font.Color = clBlack
  843.             Font.Height = -11
  844.             Font.Name = 'Verdana'
  845.             Font.Style = []
  846.             ParentFont = False
  847.           end
  848.           object Label18: TLabel
  849.             Left = 8
  850.             Top = 136
  851.             Width = 98
  852.             Height = 13
  853.             Hint = 
  854.               'Angiver afstanden mellem billedets top og bund, og billedets omg' +
  855.               'ivende elementer.'
  856.             Caption = 'Top/bund margin'
  857.             Font.Charset = ANSI_CHARSET
  858.             Font.Color = clBlack
  859.             Font.Height = -11
  860.             Font.Name = 'Verdana'
  861.             Font.Style = []
  862.             ParentFont = False
  863.           end
  864.           object Label19: TLabel
  865.             Left = 142
  866.             Top = 136
  867.             Width = 123
  868.             Height = 13
  869.             Hint = 
  870.               'Angiver afstanden mellem billedets h'#248'jre og venstre side, og bil' +
  871.               'ledets omgivende elementer.'
  872.             Caption = 'H'#248'jre/venstre margin'
  873.             Font.Charset = ANSI_CHARSET
  874.             Font.Color = clBlack
  875.             Font.Height = -11
  876.             Font.Name = 'Verdana'
  877.             Font.Style = []
  878.             ParentFont = False
  879.           end
  880.           object FlatSpeedButton6: TFlatSpeedButton
  881.             Left = 202
  882.             Top = 24
  883.             Width = 19
  884.             Height = 19
  885.             Hint = 'Find et billede ved hj'#230'lp af ImageExplorer.'
  886.             Color = 14733503
  887.             ColorFocused = 14741743
  888.             ColorDown = 14733503
  889.             ColorBorder = clGray
  890.             ColorHighLight = clBlack
  891.             Glyph.Data = {
  892.               66010000424D6601000000000000760000002800000015000000140000000100
  893.               040000000000F00000000000000000000000100000001000000000000000FFFF
  894.               00005252520094636300CE949400BDBDBD00FFFFFF00FFFFFF00FFFFFF00FFFF
  895.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00111111111111
  896.               1111111110001111100000002221111110001112056444430222211110001005
  897.               6664444332022211100010465000000033302221100004402666666620330222
  898.               1000040652000002560302221000026024644444206002221000060044464444
  899.               4506022110000603024464420006021110000603330000033306011110001060
  900.               0333333300602211100011066000000066002211100011100666666600402221
  901.               1000111110000000464402221000111111111111046200222000111111111111
  902.               1200000220001111111111111120000010001111111111111112000010001111
  903.               11111111111120021000}
  904.             ParentColor = False
  905.             OnClick = FlatSpeedButton6Click
  906.           end
  907.           object FlatSpeedButton3: TFlatSpeedButton
  908.             Left = 224
  909.             Top = 24
  910.             Width = 19
  911.             Height = 19
  912.             Hint = 
  913.               'S'#230't h'#248'jde, bredde og evt. ALT tekst efter valgt billede (genbere' +
  914.               'gn).'
  915.             Color = 14733503
  916.             ColorFocused = 14741743
  917.             ColorDown = 14733503
  918.             ColorBorder = clGray
  919.             ColorHighLight = clBlack
  920.             Glyph.Data = {
  921.               36050000424D3605000000000000360400002800000010000000100000000100
  922.               08000000000000010000230B0000230B0000000100000001000000000000BD8C
  923.               7300B5848400C6A59C00CEB5AD00D6B5AD00E7C6B500FFD6B500FFEFDE00FFEF
  924.               E700FF00FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  925.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  926.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  927.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  928.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  929.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  930.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  931.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  932.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  933.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  934.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  935.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  936.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  937.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  938.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  939.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  940.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  941.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  942.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  943.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  944.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  945.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  946.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  947.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  948.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  949.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  950.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  951.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  952.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  953.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  954.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF000A0A0A0A0A0A
  955.               0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0101010101
  956.               0101010101010101010202020202020202020202020202020201030807070707
  957.               0707070707070707020103080700090009000900090009070201030807070707
  958.               0707070707070707020105080700090009000900090009070201050807070707
  959.               0707070707070707020104080205050505050505070707070201060802080808
  960.               0808080507070707020106080202020202020202070707070201060808080808
  961.               080808080808080802010A06060606060606060606060606060A0A0A0A0A0A0A
  962.               0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A0A}
  963.             ParentColor = False
  964.             OnClick = FlatSpeedButton3Click
  965.           end
  966.           object billedeALT: TFlatEdit
  967.             Left = 8
  968.             Top = 64
  969.             Width = 257
  970.             Height = 19
  971.             Hint = 
  972.               'Skriv en ALT tekst, alts'#229' den lille tekst brugeren ser n'#229'r der p' +
  973.               'eges p'#229' linket.'
  974.             ColorBorder = clGray
  975.             ColorFlat = clWhite
  976.             TabOrder = 2
  977.           end
  978.           object billedeBillede: TFlatEdit
  979.             Left = 8
  980.             Top = 24
  981.             Width = 193
  982.             Height = 19
  983.             Hint = 'Navnet p'#229' det billede du vil inds'#230'tte.'
  984.             ColorBorder = clGray
  985.             ColorFlat = clWhite
  986.             TabOrder = 0
  987.           end
  988.           object billedeWidth: TFlatSpinEditInteger
  989.             Left = 100
  990.             Top = 104
  991.             Width = 70
  992.             Height = 20
  993.             Hint = 
  994.               'Billedets bredde. Kan '#230'ndres, men vil f'#229' billedet til at se lett' +
  995.               'ere "grumset" ud.'
  996.             ColorBorder = clGray
  997.             ColorFlat = clWhite
  998.             AutoSize = False
  999.             Increment = 5
  1000.             MaxValue = 1000
  1001.             MinValue = 1
  1002.             TabOrder = 4
  1003.             Value = 64
  1004.           end
  1005.           object billedeHeight: TFlatSpinEditInteger
  1006.             Left = 8
  1007.             Top = 104
  1008.             Width = 70
  1009.             Height = 20
  1010.             Hint = 
  1011.               'Billedets h'#248'jde. Kan '#230'ndres, men vil f'#229' billedet til at se lette' +
  1012.               're "grumset" ud.'
  1013.             ColorBorder = clGray
  1014.             ColorFlat = clWhite
  1015.             AutoSize = False
  1016.             Increment = 5
  1017.             MaxValue = 1000
  1018.             MinValue = 1
  1019.             TabOrder = 3
  1020.             Value = 64
  1021.           end
  1022.           object billedeALTCheck: TFlatCheckBox
  1023.             Left = 120
  1024.             Top = 48
  1025.             Width = 146
  1026.             Height = 14
  1027.             Hint = 'Lad WebCoder generere en ALT tekst ud fra billedets data.'
  1028.             Transparent = True
  1029.             Caption = 'Autogener'#233'r ALT tekst'
  1030.             Checked = True
  1031.             Color = clWhite
  1032.             ColorFocused = 14733503
  1033.             ColorDown = clWhite
  1034.             ColorBorder = clGray
  1035.             Font.Charset = ANSI_CHARSET
  1036.             Font.Color = clBlack
  1037.             Font.Height = -11
  1038.             Font.Name = 'Verdana'
  1039.             Font.Style = []
  1040.             ParentColor = False
  1041.             ParentFont = False
  1042.             TabOrder = 1
  1043.             TabStop = True
  1044.             OnClick = billedeALTCheckClick
  1045.           end
  1046.           object billedeStretchPreview: TFlatCheckBox
  1047.             Left = 280
  1048.             Top = 8
  1049.             Width = 121
  1050.             Height = 17
  1051.             Hint = 
  1052.               'Str'#230'k billedet s'#229' det passer til det viste areal. Dette har inge' +
  1053.               'n effekt n'#229'r billedet vises p'#229' din side.'
  1054.             Transparent = True
  1055.             Caption = 'Str'#230'k billede'
  1056.             Color = clWhite
  1057.             ColorFocused = 14733503
  1058.             ColorDown = clWhite
  1059.             ColorBorder = clGray
  1060.             Font.Charset = ANSI_CHARSET
  1061.             Font.Color = clBlack
  1062.             Font.Height = -11
  1063.             Font.Name = 'Verdana'
  1064.             Font.Style = []
  1065.             ParentColor = False
  1066.             ParentFont = False
  1067.             TabOrder = 8
  1068.             TabStop = True
  1069.             OnClick = billedeStretchPreviewClick
  1070.           end
  1071.           object billedeBorder: TFlatSpinEditInteger
  1072.             Left = 192
  1073.             Top = 104
  1074.             Width = 70
  1075.             Height = 20
  1076.             Hint = 
  1077.               'Viser en ramme rundt om dit billede, hvis v'#230'rdien er st'#248'rre en 0' +
  1078.               '.'
  1079.             ColorBorder = clGray
  1080.             ColorFlat = clWhite
  1081.             AutoSize = False
  1082.             MaxValue = 0
  1083.             MinValue = 0
  1084.             TabOrder = 5
  1085.             Value = 0
  1086.           end
  1087.           object billedeHSpace: TFlatSpinEditInteger
  1088.             Left = 142
  1089.             Top = 152
  1090.             Width = 120
  1091.             Height = 20
  1092.             Hint = 
  1093.               'Angiver afstanden mellem billedets h'#248'jre og venstre side, og bil' +
  1094.               'ledets omgivende elementer.'
  1095.             ColorBorder = clGray
  1096.             ColorFlat = clWhite
  1097.             AutoSize = False
  1098.             MaxValue = 0
  1099.             MinValue = 0
  1100.             TabOrder = 7
  1101.             Value = 0
  1102.           end
  1103.           object billedeVSpace: TFlatSpinEditInteger
  1104.             Left = 8
  1105.             Top = 152
  1106.             Width = 120
  1107.             Height = 20
  1108.             Hint = 
  1109.               'Angiver afstanden mellem billedets top og bund, og billedets omg' +
  1110.               'ivende elementer.'
  1111.             ColorBorder = clGray
  1112.             ColorFlat = clWhite
  1113.             AutoSize = False
  1114.             MaxValue = 0
  1115.             MinValue = 0
  1116.             TabOrder = 6
  1117.             Value = 0
  1118.           end
  1119.           object FlatPanel1: TFlatPanel
  1120.             Left = 280
  1121.             Top = 24
  1122.             Width = 182
  1123.             Height = 182
  1124.             Color = 8559266
  1125.             ColorHighLight = clBlack
  1126.             ColorShadow = clBlack
  1127.             TabOrder = 9
  1128.             object billedePreview: TImage
  1129.               Left = 1
  1130.               Top = 1
  1131.               Width = 180
  1132.               Height = 180
  1133.             end
  1134.           end
  1135.         end
  1136.       end
  1137.       object TabSheet5: TTabSheet
  1138.         Tag = 5
  1139.         Caption = 'table'
  1140.         ImageIndex = 4
  1141.         object tablePanel: TFlatPanel
  1142.           Tag = 4
  1143.           Left = 208
  1144.           Top = 0
  1145.           Width = 493
  1146.           Height = 305
  1147.           ParentColor = True
  1148.           Visible = False
  1149.           ColorHighLight = clBtnFace
  1150.           ColorShadow = clBtnFace
  1151.           TabOrder = 0
  1152.           OnEnter = tablePanelEnter
  1153.           object TableTopPanel: TPanel
  1154.             Left = 1
  1155.             Top = 1
  1156.             Width = 491
  1157.             Height = 96
  1158.             Align = alTop
  1159.             BevelOuter = bvNone
  1160.             TabOrder = 0
  1161.             object Label22: TLabel
  1162.               Left = 280
  1163.               Top = 56
  1164.               Width = 174
  1165.               Height = 13
  1166.               Hint = 'S'#230't den '#248'nskede afstand mellem tekst og celler.'
  1167.               Caption = 'Afstand mellem tekst og celler'
  1168.               Font.Charset = ANSI_CHARSET
  1169.               Font.Color = clBlack
  1170.               Font.Height = -11
  1171.               Font.Name = 'Verdana'
  1172.               Font.Style = []
  1173.               ParentFont = False
  1174.             end
  1175.             object Label30: TLabel
  1176.               Left = 280
  1177.               Top = 8
  1178.               Width = 124
  1179.               Height = 13
  1180.               Hint = 'S'#230't den '#248'nskede afstand mellem celler.'
  1181.               Caption = 'Afstand mellem celler'
  1182.               Font.Charset = ANSI_CHARSET
  1183.               Font.Color = clBlack
  1184.               Font.Height = -11
  1185.               Font.Name = 'Verdana'
  1186.               Font.Style = []
  1187.               ParentFont = False
  1188.             end
  1189.             object Label26: TLabel
  1190.               Left = 8
  1191.               Top = 8
  1192.               Width = 24
  1193.               Height = 13
  1194.               Hint = 'Titel p'#229' din tabel. Placeres '#248'verst i midten.'
  1195.               Caption = 'Titel'
  1196.               Font.Charset = ANSI_CHARSET
  1197.               Font.Color = clBlack
  1198.               Font.Height = -11
  1199.               Font.Name = 'Verdana'
  1200.               Font.Style = []
  1201.               ParentFont = False
  1202.             end
  1203.             object Label23: TLabel
  1204.               Left = 8
  1205.               Top = 56
  1206.               Width = 44
  1207.               Height = 13
  1208.               Caption = 'Ramme'
  1209.               Font.Charset = ANSI_CHARSET
  1210.               Font.Color = clBlack
  1211.               Font.Height = -11
  1212.               Font.Name = 'Verdana'
  1213.               Font.Style = []
  1214.               ParentFont = False
  1215.             end
  1216.             object tabelCellpadding: TFlatSpinEditInteger
  1217.               Left = 280
  1218.               Top = 72
  1219.               Width = 180
  1220.               Height = 20
  1221.               Hint = 'S'#230't den '#248'nskede afstand mellem tekst og celler.'
  1222.               ColorBorder = clGray
  1223.               ColorFlat = clWhite
  1224.               AutoSize = False
  1225.               MaxValue = 0
  1226.               MinValue = 0
  1227.               TabOrder = 11
  1228.               Value = 1
  1229.             end
  1230.             object tabelCellspacing: TFlatSpinEditInteger
  1231.               Left = 280
  1232.               Top = 24
  1233.               Width = 180
  1234.               Height = 20
  1235.               Hint = 'S'#230't den '#248'nskede afstand mellem celler.'
  1236.               ColorBorder = clGray
  1237.               ColorFlat = clWhite
  1238.               AutoSize = False
  1239.               MaxValue = 0
  1240.               MinValue = 0
  1241.               TabOrder = 10
  1242.               Value = 2
  1243.             end
  1244.             object tabelCBColor: TFlatCheckBox
  1245.               Left = 136
  1246.               Top = 8
  1247.               Width = 121
  1248.               Height = 14
  1249.               Hint = 
  1250.                 'V'#230'lg en baggrundsfarve til din tabel. Tages kun med hvis du har ' +
  1251.                 'afkrydset checkboxen.'
  1252.               Transparent = True
  1253.               Caption = 'Baggrundsfarve'
  1254.               Color = clWhite
  1255.               ColorFocused = 14733503
  1256.               ColorDown = clWhite
  1257.               ColorBorder = clGray
  1258.               Font.Charset = ANSI_CHARSET
  1259.               Font.Color = clBlack
  1260.               Font.Height = -11
  1261.               Font.Name = 'Verdana'
  1262.               Font.Style = []
  1263.               ParentColor = False
  1264.               ParentFont = False
  1265.               TabOrder = 1
  1266.               TabStop = True
  1267.             end
  1268.             object tabelTitel: TFlatEdit
  1269.               Left = 8
  1270.               Top = 24
  1271.               Width = 121
  1272.               Height = 19
  1273.               Hint = 'Titel p'#229' din tabel. Placeres '#248'verst i midten.'
  1274.               ColorBorder = clGray
  1275.               ColorFlat = clWhite
  1276.               TabOrder = 0
  1277.             end
  1278.             object tabelBorder: TFlatSpinEditInteger
  1279.               Left = 8
  1280.               Top = 72
  1281.               Width = 49
  1282.               Height = 20
  1283.               ColorBorder = clGray
  1284.               ColorFlat = clWhite
  1285.               AutoSize = False
  1286.               MaxValue = 0
  1287.               MinValue = 0
  1288.               TabOrder = 3
  1289.               Value = 0
  1290.             end
  1291.             object tabelWidth: TFlatSpinEditInteger
  1292.               Left = 64
  1293.               Top = 72
  1294.               Width = 65
  1295.               Height = 20
  1296.               ColorBorder = clGray
  1297.               ColorFlat = clWhite
  1298.               AutoSize = False
  1299.               MaxValue = 0
  1300.               MinValue = 0
  1301.               TabOrder = 5
  1302.               Value = 100
  1303.             end
  1304.             object tabelCBWidth: TFlatCheckBox
  1305.               Left = 64
  1306.               Top = 56
  1307.               Width = 65
  1308.               Height = 14
  1309.               Hint = 
  1310.                 'Angiv tabellens bredde. Afkryds hvis bredden skal bestemmes i di' +
  1311.                 'n kode.'
  1312.               Transparent = True
  1313.               Caption = 'Bredde'
  1314.               Color = clWhite
  1315.               ColorFocused = 14733503
  1316.               ColorDown = clWhite
  1317.               ColorBorder = clGray
  1318.               Font.Charset = ANSI_CHARSET
  1319.               Font.Color = clBlack
  1320.               Font.Height = -11
  1321.               Font.Name = 'Verdana'
  1322.               Font.Style = []
  1323.               ParentColor = False
  1324.               ParentFont = False
  1325.               TabOrder = 4
  1326.               TabStop = True
  1327.             end
  1328.             object tabelWidthProcent: TFlatCheckBox
  1329.               Left = 132
  1330.               Top = 74
  1331.               Width = 25
  1332.               Height = 17
  1333.               Hint = 
  1334.                 'Bestem om v'#230'rdien skal v'#230're i procent (absolut) eller i pixels (' +
  1335.                 'relativ).'
  1336.               Transparent = True
  1337.               Caption = '%'
  1338.               Checked = True
  1339.               Color = clWhite
  1340.               ColorFocused = 14733503
  1341.               ColorDown = clWhite
  1342.               ColorBorder = clBlack
  1343.               ParentColor = False
  1344.               TabOrder = 6
  1345.               TabStop = True
  1346.             end
  1347.             object tabelHeight: TFlatSpinEditInteger
  1348.               Left = 168
  1349.               Top = 72
  1350.               Width = 65
  1351.               Height = 20
  1352.               ColorBorder = clGray
  1353.               ColorFlat = clWhite
  1354.               AutoSize = False
  1355.               MaxValue = 0
  1356.               MinValue = 0
  1357.               TabOrder = 8
  1358.               Value = 100
  1359.             end
  1360.             object tabelCBHeight: TFlatCheckBox
  1361.               Left = 168
  1362.               Top = 56
  1363.               Width = 57
  1364.               Height = 14
  1365.               Hint = 
  1366.                 'Angiv tabellens h'#248'jde. Afkryds hvis h'#248'jden skal bestemmes i din ' +
  1367.                 'kode.'
  1368.               Transparent = True
  1369.               Caption = 'H'#248'jde'
  1370.               Color = clWhite
  1371.               ColorFocused = 14733503
  1372.               ColorDown = clWhite
  1373.               ColorBorder = clGray
  1374.               Font.Charset = ANSI_CHARSET
  1375.               Font.Color = clBlack
  1376.               Font.Height = -11
  1377.               Font.Name = 'Verdana'
  1378.               Font.Style = []
  1379.               ParentColor = False
  1380.               ParentFont = False
  1381.               TabOrder = 7
  1382.               TabStop = True
  1383.             end
  1384.             object tabelHeightProcent: TFlatCheckBox
  1385.               Left = 238
  1386.               Top = 74
  1387.               Width = 35
  1388.               Height = 17
  1389.               Hint = 
  1390.                 'Bestem om v'#230'rdien skal v'#230're i procent (absolut) eller i pixels (' +
  1391.                 'relativ).'
  1392.               Transparent = True
  1393.               Caption = '%'
  1394.               Checked = True
  1395.               Color = clWhite
  1396.               ColorFocused = 14733503
  1397.               ColorDown = clWhite
  1398.               ColorBorder = clGray
  1399.               ParentColor = False
  1400.               TabOrder = 9
  1401.               TabStop = True
  1402.             end
  1403.             object tableColor: TColorFlatEdit
  1404.               Left = 136
  1405.               Top = 24
  1406.               Width = 105
  1407.               Height = 19
  1408.               ColorBorder = clGray
  1409.               ColorFlat = clWhite
  1410.               TabOrder = 2
  1411.               Text = '#000000'
  1412.               HTMLValue = '#000000'
  1413.             end
  1414.           end
  1415.           object TableBottomPanel: TPanel
  1416.             Left = 1
  1417.             Top = 97
  1418.             Width = 491
  1419.             Height = 207
  1420.             Align = alClient
  1421.             BevelOuter = bvNone
  1422.             TabOrder = 1
  1423.             object Label21: TLabel
  1424.               Left = 8
  1425.               Top = 16
  1426.               Width = 59
  1427.               Height = 13
  1428.               Hint = 'Skriv teksten for den valgte celle her.'
  1429.               Caption = 'Tabeltekst'
  1430.               Font.Charset = ANSI_CHARSET
  1431.               Font.Color = clBlack
  1432.               Font.Height = -11
  1433.               Font.Name = 'Verdana'
  1434.               Font.Style = []
  1435.               ParentFont = False
  1436.             end
  1437.             object tabelInsertText: TFlatSpeedButton
  1438.               Left = 360
  1439.               Top = 32
  1440.               Width = 33
  1441.               Height = 33
  1442.               Hint = 'Inds'#230't teksten til den valgte celle (kan ogs'#229' g'#248'res med Enter).'
  1443.               Color = 14733503
  1444.               ColorFocused = 14741743
  1445.               ColorDown = 14733503
  1446.               ColorBorder = clBlack
  1447.               ColorHighLight = clBlack
  1448.               Glyph.Data = {
  1449.                 F6000000424DF600000000000000760000002800000010000000100000000100
  1450.                 040000000000800000000000000000000000100000001000000000000000FFFF
  1451.                 0000525252000094FF0000CEFF0000FFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  1452.                 FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00111111102111
  1453.                 1111112222030222211110000035300021111066035430602111106035004300
  1454.                 2111106050604300211110660666043021111066666604302111106666666043
  1455.                 0211106666666043021110666666660430111066666666043011106666666660
  1456.                 0111106666666660211110666666666021111000000000001111}
  1457.               ParentColor = False
  1458.               OnClick = tabelInsertTextClick
  1459.             end
  1460.             object Label20: TLabel
  1461.               Left = 8
  1462.               Top = 80
  1463.               Width = 46
  1464.               Height = 13
  1465.               Caption = 'Tabeller'
  1466.               Font.Charset = ANSI_CHARSET
  1467.               Font.Color = clBlack
  1468.               Font.Height = -11
  1469.               Font.Name = 'Verdana'
  1470.               Font.Style = []
  1471.               ParentFont = False
  1472.             end
  1473.             object Label27: TLabel
  1474.               Left = 400
  1475.               Top = 96
  1476.               Width = 51
  1477.               Height = 13
  1478.               Hint = 'V'#230'lg hvor mange kolonner der skal v'#230're i din tabel.'
  1479.               Caption = 'Kolonner'
  1480.               Font.Charset = ANSI_CHARSET
  1481.               Font.Color = clBlack
  1482.               Font.Height = -11
  1483.               Font.Name = 'Verdana'
  1484.               Font.Style = []
  1485.               ParentFont = False
  1486.             end
  1487.             object Label24: TLabel
  1488.               Left = 400
  1489.               Top = 146
  1490.               Width = 45
  1491.               Height = 13
  1492.               Hint = 'V'#230'lg hvor mange r'#230'kker der skal v'#230're i din tabel.'
  1493.               Caption = 'R'#230'kker'
  1494.               Font.Charset = ANSI_CHARSET
  1495.               Font.Color = clBlack
  1496.               Font.Height = -11
  1497.               Font.Name = 'Verdana'
  1498.               Font.Style = []
  1499.               ParentFont = False
  1500.             end
  1501.             object tabelTekst: TFlatMemo
  1502.               Left = 8
  1503.               Top = 32
  1504.               Width = 345
  1505.               Height = 33
  1506.               Hint = 'Skriv teksten for den valgte celle her.'
  1507.               ColorBorder = clGray
  1508.               ColorFlat = clWhite
  1509.               TabOrder = 0
  1510.               OnKeyPress = tabelTekstKeyPress
  1511.               OnKeyUp = tabelTekstKeyUp
  1512.             end
  1513.             object tabelTabel: TStringGrid
  1514.               Left = 8
  1515.               Top = 95
  1516.               Width = 385
  1517.               Height = 104
  1518.               Hint = 
  1519.                 'V'#230'lg en celle, skriv teksten ovenover og tryk Enter eller p'#229' Ind' +
  1520.                 's'#230't knappen.'
  1521.               ColCount = 1
  1522.               Ctl3D = False
  1523.               DefaultColWidth = 100
  1524.               FixedCols = 0
  1525.               RowCount = 1
  1526.               FixedRows = 0
  1527.               Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goAlwaysShowEditor]
  1528.               ParentCtl3D = False
  1529.               TabOrder = 3
  1530.               OnClick = tabelTabelClick
  1531.               OnExit = tabelTabelExit
  1532.               OnSelectCell = tabelTabelSelectCell
  1533.             end
  1534.             object tabelColumns: TFlatSpinEditInteger
  1535.               Left = 400
  1536.               Top = 115
  1537.               Width = 60
  1538.               Height = 20
  1539.               Hint = 'V'#230'lg hvor mange kolonner der skal v'#230're i din tabel.'
  1540.               ColorBorder = clGray
  1541.               ColorFlat = clWhite
  1542.               AutoSize = False
  1543.               MaxValue = 100
  1544.               MinValue = 0
  1545.               TabOrder = 1
  1546.               Value = 1
  1547.               OnChange = tabelColumnsChange
  1548.             end
  1549.             object tabelRows: TFlatSpinEditInteger
  1550.               Left = 400
  1551.               Top = 163
  1552.               Width = 60
  1553.               Height = 20
  1554.               Hint = 'V'#230'lg hvor mange r'#230'kker der skal v'#230're i din tabel.'
  1555.               ColorBorder = clGray
  1556.               ColorFlat = clWhite
  1557.               AutoSize = False
  1558.               MaxValue = 100
  1559.               MinValue = 0
  1560.               TabOrder = 2
  1561.               Value = 1
  1562.               OnChange = tabelRowsChange
  1563.             end
  1564.           end
  1565.         end
  1566.       end
  1567.       object TabSheet4: TTabSheet
  1568.         Tag = 4
  1569.         Caption = 'list'
  1570.         ImageIndex = 3
  1571.         object listPanel: TFlatPanel
  1572.           Tag = 5
  1573.           Left = 24
  1574.           Top = 135
  1575.           Width = 385
  1576.           Height = 201
  1577.           ParentColor = True
  1578.           Visible = False
  1579.           ColorHighLight = clBtnFace
  1580.           ColorShadow = clBtnFace
  1581.           TabOrder = 0
  1582.           OnEnter = listPanelEnter
  1583.           object listPropsPanel: TPanel
  1584.             Left = 1
  1585.             Top = 1
  1586.             Width = 383
  1587.             Height = 56
  1588.             Align = alTop
  1589.             BevelOuter = bvNone
  1590.             TabOrder = 0
  1591.             object Label32: TLabel
  1592.               Left = 8
  1593.               Top = 16
  1594.               Width = 29
  1595.               Height = 13
  1596.               Caption = 'Antal'
  1597.               Font.Charset = ANSI_CHARSET
  1598.               Font.Color = clBlack
  1599.               Font.Height = -11
  1600.               Font.Name = 'Verdana'
  1601.               Font.Style = []
  1602.               ParentFont = False
  1603.             end
  1604.             object Label31: TLabel
  1605.               Left = 216
  1606.               Top = 16
  1607.               Width = 56
  1608.               Height = 13
  1609.               Caption = 'Udseende'
  1610.               Font.Charset = ANSI_CHARSET
  1611.               Font.Color = clBlack
  1612.               Font.Height = -11
  1613.               Font.Name = 'Verdana'
  1614.               Font.Style = []
  1615.               ParentFont = False
  1616.             end
  1617.             object listTal: TFlatComboBox
  1618.               Left = 216
  1619.               Top = 32
  1620.               Width = 145
  1621.               Height = 21
  1622.               Hint = 'V'#230'lg en tal r'#230'kke til dine punkter.'
  1623.               Style = csDropDownList
  1624.               Color = clWindow
  1625.               ColorArrowBackground = 14733503
  1626.               ColorBorder = clGray
  1627.               ItemHeight = 13
  1628.               Items.Strings = (
  1629.                 '1'
  1630.                 'a'
  1631.                 'A'
  1632.                 'i'
  1633.                 'I')
  1634.               TabOrder = 4
  1635.               Text = '1'
  1636.               ItemIndex = 0
  1637.             end
  1638.             object listTegn: TFlatComboBox
  1639.               Left = 216
  1640.               Top = 32
  1641.               Width = 145
  1642.               Height = 21
  1643.               Hint = 'V'#230'lg et tegn til dine punkter.'
  1644.               Style = csDropDownList
  1645.               Color = clWindow
  1646.               ColorArrowBackground = 14733503
  1647.               ColorBorder = clGray
  1648.               ItemHeight = 13
  1649.               Items.Strings = (
  1650.                 'circle'
  1651.                 'square'
  1652.                 'disc')
  1653.               TabOrder = 3
  1654.               Visible = False
  1655.               ItemIndex = -1
  1656.             end
  1657.             object listAntal: TFlatSpinEditInteger
  1658.               Left = 8
  1659.               Top = 32
  1660.               Width = 89
  1661.               Height = 20
  1662.               Hint = 'V'#230'lg hvor mange punkt-tegng/tal du vil have.'
  1663.               ColorBorder = clGray
  1664.               ColorFlat = clWhite
  1665.               AutoSize = False
  1666.               MaxValue = 0
  1667.               MinValue = 0
  1668.               TabOrder = 0
  1669.               Value = 1
  1670.               OnChange = listAntalChange
  1671.             end
  1672.             object listRadioTal: TFlatRadioButton
  1673.               Left = 120
  1674.               Top = 26
  1675.               Width = 89
  1676.               Height = 17
  1677.               Hint = 'Brug tal som punkter.'
  1678.               Transparent = True
  1679.               Caption = 'Tal'
  1680.               Checked = True
  1681.               Color = clWhite
  1682.               ColorFocused = 14733503
  1683.               ColorDown = clWhite
  1684.               ColorBorder = clGray
  1685.               ParentColor = False
  1686.               TabOrder = 1
  1687.               TabStop = True
  1688.               OnClick = listRadioTalClick
  1689.             end
  1690.             object listRadioTegn: TFlatRadioButton
  1691.               Left = 120
  1692.               Top = 42
  1693.               Width = 89
  1694.               Height = 17
  1695.               Hint = 'Brug tegn som punkter.'
  1696.               Transparent = True
  1697.               Caption = 'Tegn'
  1698.               Color = clWhite
  1699.               ColorFocused = 14733503
  1700.               ColorDown = clWhite
  1701.               ColorBorder = clGray
  1702.               ParentColor = False
  1703.               TabOrder = 2
  1704.               OnClick = listRadioTegnClick
  1705.             end
  1706.           end
  1707.           object listListPanel: TPanel
  1708.             Left = 1
  1709.             Top = 57
  1710.             Width = 383
  1711.             Height = 143
  1712.             Align = alClient
  1713.             BevelOuter = bvNone
  1714.             TabOrder = 1
  1715.             object Label29: TLabel
  1716.               Left = 8
  1717.               Top = 8
  1718.               Width = 81
  1719.               Height = 13
  1720.               Caption = 'List elementer'
  1721.               Font.Charset = ANSI_CHARSET
  1722.               Font.Color = clBlack
  1723.               Font.Height = -11
  1724.               Font.Name = 'Verdana'
  1725.               Font.Style = []
  1726.               ParentFont = False
  1727.             end
  1728.             object ListList: TStringGrid
  1729.               Left = 8
  1730.               Top = 23
  1731.               Width = 353
  1732.               Height = 104
  1733.               ColCount = 2
  1734.               Ctl3D = False
  1735.               DefaultColWidth = 20
  1736.               DefaultRowHeight = 15
  1737.               RowCount = 2
  1738.               Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  1739.               ParentCtl3D = False
  1740.               TabOrder = 0
  1741.               OnKeyPress = ListListKeyPress
  1742.               ColWidths = (
  1743.                 20
  1744.                 329)
  1745.               RowHeights = (
  1746.                 15
  1747.                 15)
  1748.             end
  1749.           end
  1750.         end
  1751.       end
  1752.       object TabSheet8: TTabSheet
  1753.         Tag = 8
  1754.         Caption = 'font'
  1755.         ImageIndex = 7
  1756.         object fontPanel: TFlatPanel
  1757.           Tag = 6
  1758.           Left = 228
  1759.           Top = 8
  1760.           Width = 461
  1761.           Height = 241
  1762.           ParentColor = True
  1763.           Visible = False
  1764.           ColorHighLight = clBtnFace
  1765.           ColorShadow = clBtnFace
  1766.           TabOrder = 0
  1767.           OnEnter = fontPanelEnter
  1768.           object Label28: TLabel
  1769.             Left = 240
  1770.             Top = 8
  1771.             Width = 52
  1772.             Height = 13
  1773.             Caption = 'St'#248'rrelse'
  1774.             Font.Charset = ANSI_CHARSET
  1775.             Font.Color = clBlack
  1776.             Font.Height = -11
  1777.             Font.Name = 'Verdana'
  1778.             Font.Style = []
  1779.             ParentFont = False
  1780.           end
  1781.           object Label36: TLabel
  1782.             Left = 8
  1783.             Top = 8
  1784.             Width = 56
  1785.             Height = 13
  1786.             Caption = 'Skrifttype'
  1787.             Font.Charset = ANSI_CHARSET
  1788.             Font.Color = clBlack
  1789.             Font.Height = -11
  1790.             Font.Name = 'Verdana'
  1791.             Font.Style = []
  1792.             ParentFont = False
  1793.           end
  1794.           object Label37: TLabel
  1795.             Left = 200
  1796.             Top = 8
  1797.             Width = 28
  1798.             Height = 13
  1799.             Caption = 'Tegn'
  1800.             Font.Charset = ANSI_CHARSET
  1801.             Font.Color = clBlack
  1802.             Font.Height = -11
  1803.             Font.Name = 'Verdana'
  1804.             Font.Style = []
  1805.             ParentFont = False
  1806.           end
  1807.           object Label46: TLabel
  1808.             Left = 8
  1809.             Top = 176
  1810.             Width = 163
  1811.             Height = 13
  1812.             Hint = 'Eventuel tekst du '#248'nsker p'#229'virket af dit valg af skrifttype.'
  1813.             Caption = 'Evt. tekst der skal inds'#230'ttes'
  1814.           end
  1815.           object fontTegnbox: TListBox
  1816.             Left = 200
  1817.             Top = 46
  1818.             Width = 30
  1819.             Height = 121
  1820.             Ctl3D = False
  1821.             ItemHeight = 13
  1822.             Items.Strings = (
  1823.               ''
  1824.               '+'
  1825.               '-')
  1826.             ParentCtl3D = False
  1827.             TabOrder = 1
  1828.             OnClick = fontTegnboxClick
  1829.           end
  1830.           object fontSizebox: TListBox
  1831.             Left = 240
  1832.             Top = 46
  1833.             Width = 50
  1834.             Height = 121
  1835.             Ctl3D = False
  1836.             ItemHeight = 13
  1837.             Items.Strings = (
  1838.               '7'
  1839.               '6'
  1840.               '5'
  1841.               '4'
  1842.               '3'
  1843.               '2'
  1844.               '1')
  1845.             ParentCtl3D = False
  1846.             TabOrder = 2
  1847.             OnClick = fontSizeboxClick
  1848.           end
  1849.           object fontFont: TFlatEdit
  1850.             Left = 8
  1851.             Top = 24
  1852.             Width = 177
  1853.             Height = 19
  1854.             TabStop = False
  1855.             ColorBorder = clGray
  1856.             ColorFlat = clWhite
  1857.             TabOrder = 7
  1858.             Text = 'Times New Roman'
  1859.           end
  1860.           object fontTegn: TFlatEdit
  1861.             Left = 200
  1862.             Top = 24
  1863.             Width = 30
  1864.             Height = 19
  1865.             TabStop = False
  1866.             ColorBorder = clGray
  1867.             ColorFlat = clWhite
  1868.             TabOrder = 8
  1869.           end
  1870.           object fontSize: TFlatEdit
  1871.             Left = 240
  1872.             Top = 24
  1873.             Width = 50
  1874.             Height = 19
  1875.             TabStop = False
  1876.             ColorBorder = clGray
  1877.             ColorFlat = clWhite
  1878.             TabOrder = 9
  1879.           end
  1880.           object fontTekst: TFlatMemo
  1881.             Left = 8
  1882.             Top = 192
  1883.             Width = 281
  1884.             Height = 41
  1885.             Hint = 'Eventuel tekst du '#248'nsker p'#229'virket af dit valg af skrifttype.'
  1886.             ColorBorder = clGray
  1887.             ColorFlat = clWhite
  1888.             TabOrder = 6
  1889.           end
  1890.           object fontColor: TColorFlatEdit
  1891.             Left = 312
  1892.             Top = 144
  1893.             Width = 89
  1894.             Height = 19
  1895.             ColorBorder = clGray
  1896.             ColorFlat = clWhite
  1897.             Enabled = False
  1898.             TabOrder = 5
  1899.             Text = '#000000'
  1900.             HTMLValue = '#000000'
  1901.           end
  1902.           object FontExtraPanel: TPanel
  1903.             Left = 296
  1904.             Top = 37
  1905.             Width = 129
  1906.             Height = 76
  1907.             BevelOuter = bvNone
  1908.             TabOrder = 3
  1909.             object fontCBFed: TFlatCheckBox
  1910.               Left = 8
  1911.               Top = 8
  1912.               Width = 121
  1913.               Height = 17
  1914.               Hint = 'Inds'#230't tags for fed tekst.'
  1915.               Transparent = True
  1916.               Caption = 'Fed'
  1917.               Color = clWhite
  1918.               ColorFocused = 14733503
  1919.               ColorDown = clWhite
  1920.               ColorBorder = clGray
  1921.               ParentColor = False
  1922.               TabOrder = 0
  1923.               TabStop = True
  1924.             end
  1925.             object fontCBKursiv: TFlatCheckBox
  1926.               Left = 8
  1927.               Top = 32
  1928.               Width = 121
  1929.               Height = 17
  1930.               Hint = 'Inds'#230't tags for kursiv tekst.'
  1931.               Transparent = True
  1932.               Caption = 'Kursiv'
  1933.               Color = clWhite
  1934.               ColorFocused = 14733503
  1935.               ColorDown = clWhite
  1936.               ColorBorder = clGray
  1937.               ParentColor = False
  1938.               TabOrder = 1
  1939.               TabStop = True
  1940.             end
  1941.             object fontCBUnderstreget: TFlatCheckBox
  1942.               Left = 8
  1943.               Top = 56
  1944.               Width = 121
  1945.               Height = 17
  1946.               Hint = 'Inds'#230't tags for understreget tekst.'
  1947.               Transparent = True
  1948.               Caption = 'Understreget'
  1949.               Color = clWhite
  1950.               ColorFocused = 14733503
  1951.               ColorDown = clWhite
  1952.               ColorBorder = clGray
  1953.               ParentColor = False
  1954.               TabOrder = 2
  1955.               TabStop = True
  1956.             end
  1957.           end
  1958.           object fontFarveCheckBox: TFlatCheckBox
  1959.             Left = 304
  1960.             Top = 120
  1961.             Width = 121
  1962.             Height = 17
  1963.             Transparent = True
  1964.             Caption = 'Medtag farve'
  1965.             Color = clWhite
  1966.             ColorFocused = 14733503
  1967.             ColorDown = clWhite
  1968.             ColorBorder = clGray
  1969.             ParentColor = False
  1970.             TabOrder = 4
  1971.             TabStop = True
  1972.             OnClick = fontFarveCheckBoxClick
  1973.           end
  1974.           object fontFontBox: TListBox
  1975.             Left = 8
  1976.             Top = 46
  1977.             Width = 177
  1978.             Height = 121
  1979.             Ctl3D = False
  1980.             ItemHeight = 13
  1981.             ParentCtl3D = False
  1982.             TabOrder = 0
  1983.             OnClick = fontFontBoxClick
  1984.           end
  1985.         end
  1986.       end
  1987.       object TabSheet6: TTabSheet
  1988.         Tag = 6
  1989.         Caption = 'tr'
  1990.         ImageIndex = 5
  1991.         object trPanel: TFlatPanel
  1992.           Tag = 7
  1993.           Left = 48
  1994.           Top = 255
  1995.           Width = 409
  1996.           Height = 81
  1997.           ParentColor = True
  1998.           Visible = False
  1999.           ColorHighLight = clBtnFace
  2000.           ColorShadow = clBtnFace
  2001.           TabOrder = 0
  2002.           OnEnter = trPanelEnter
  2003.           object Justering: TLabel
  2004.             Left = 16
  2005.             Top = 16
  2006.             Width = 51
  2007.             Height = 13
  2008.             Hint = 'V'#230'lg hvordan din tabel r'#230'kke skal justeres.'
  2009.             Caption = 'Justering'
  2010.           end
  2011.           object Label40: TLabel
  2012.             Left = 192
  2013.             Top = 16
  2014.             Width = 98
  2015.             Height = 13
  2016.             Hint = 'V'#230'lg hvordan din tabel r'#230'kke skal justeres vertikalt.'
  2017.             Caption = 'Vertikal justering'
  2018.           end
  2019.           object trAlignment: TFlatComboBox
  2020.             Left = 16
  2021.             Top = 32
  2022.             Width = 160
  2023.             Height = 21
  2024.             Hint = 'V'#230'lg hvordan din tabel r'#230'kke skal justeres.'
  2025.             Color = clWindow
  2026.             ColorArrowBackground = 14733503
  2027.             ColorBorder = clGray
  2028.             ItemHeight = 13
  2029.             Items.Strings = (
  2030.               ''
  2031.               'left'
  2032.               'center'
  2033.               'right'
  2034.               'justify'
  2035.               'char')
  2036.             TabOrder = 0
  2037.             ItemIndex = -1
  2038.           end
  2039.           object trVertalignment: TFlatComboBox
  2040.             Left = 192
  2041.             Top = 32
  2042.             Width = 160
  2043.             Height = 21
  2044.             Hint = 'V'#230'lg hvordan din tabel r'#230'kke skal justeres vertikalt.'
  2045.             Color = clWindow
  2046.             ColorArrowBackground = 14733503
  2047.             ColorBorder = clGray
  2048.             ItemHeight = 13
  2049.             Items.Strings = (
  2050.               ''
  2051.               'top'
  2052.               'middle'
  2053.               'bottom'
  2054.               'baseline')
  2055.             TabOrder = 1
  2056.             ItemIndex = -1
  2057.           end
  2058.         end
  2059.       end
  2060.       object TabSheet7: TTabSheet
  2061.         Tag = 7
  2062.         Caption = 'td'
  2063.         ImageIndex = 6
  2064.         object tdPanel: TFlatPanel
  2065.           Tag = 8
  2066.           Left = 208
  2067.           Top = 119
  2068.           Width = 449
  2069.           Height = 169
  2070.           ParentColor = True
  2071.           Visible = False
  2072.           ColorHighLight = clBtnFace
  2073.           ColorShadow = clBtnFace
  2074.           TabOrder = 0
  2075.           OnEnter = tdPanelEnter
  2076.           object Label39: TLabel
  2077.             Left = 240
  2078.             Top = 64
  2079.             Width = 98
  2080.             Height = 13
  2081.             Hint = 'V'#230'lg hvordan din tabel r'#230'kke skal justeres vertikalt.'
  2082.             Caption = 'Vertikal justering'
  2083.           end
  2084.           object Label41: TLabel
  2085.             Left = 240
  2086.             Top = 16
  2087.             Width = 51
  2088.             Height = 13
  2089.             Hint = 'V'#230'lg hvordan din tabel r'#230'kke skal justeres.'
  2090.             Caption = 'Justering'
  2091.           end
  2092.           object Label42: TLabel
  2093.             Left = 128
  2094.             Top = 64
  2095.             Width = 51
  2096.             Height = 13
  2097.             Hint = 'V'#230'lg hvor mange r'#230'kker cellen skal sp'#230'nde over.'
  2098.             Caption = 'Rowspan'
  2099.           end
  2100.           object Label43: TLabel
  2101.             Left = 16
  2102.             Top = 64
  2103.             Width = 46
  2104.             Height = 13
  2105.             Hint = 'V'#230'lg hvor mange kolonner cellen skal sp'#230'nde over.'
  2106.             Caption = 'Colspan'
  2107.           end
  2108.           object tdWidth: TFlatSpinEditInteger
  2109.             Left = 16
  2110.             Top = 32
  2111.             Width = 65
  2112.             Height = 20
  2113.             Hint = 'Bredde p'#229' din celle.'
  2114.             ColorBorder = clGray
  2115.             ColorFlat = clWhite
  2116.             AutoSize = False
  2117.             MaxValue = 0
  2118.             MinValue = 0
  2119.             TabOrder = 0
  2120.             Value = 100
  2121.           end
  2122.           object tdWidthCheck: TFlatCheckBox
  2123.             Left = 16
  2124.             Top = 16
  2125.             Width = 65
  2126.             Height = 14
  2127.             Hint = 'Afkryds hvis bredden skal bestemmes i din kode.'
  2128.             Transparent = True
  2129.             Caption = 'Bredde'
  2130.             Color = clWhite
  2131.             ColorFocused = 14733503
  2132.             ColorDown = clWhite
  2133.             ColorBorder = clGray
  2134.             Font.Charset = ANSI_CHARSET
  2135.             Font.Color = clBlack
  2136.             Font.Height = -11
  2137.             Font.Name = 'Verdana'
  2138.             Font.Style = []
  2139.             ParentColor = False
  2140.             ParentFont = False
  2141.             TabOrder = 1
  2142.             TabStop = True
  2143.           end
  2144.           object tdWidthProcent: TFlatCheckBox
  2145.             Left = 84
  2146.             Top = 34
  2147.             Width = 37
  2148.             Height = 17
  2149.             Hint = 
  2150.               'Bestem om v'#230'rdien skal v'#230're i procent (absolut) eller i pixels (' +
  2151.               'relativ).'
  2152.             Transparent = True
  2153.             Caption = '%'
  2154.             Checked = True
  2155.             Color = clWhite
  2156.             ColorFocused = 14733503
  2157.             ColorDown = clWhite
  2158.             ColorBorder = clGray
  2159.             ParentColor = False
  2160.             TabOrder = 2
  2161.             TabStop = True
  2162.           end
  2163.           object tdHeight: TFlatSpinEditInteger
  2164.             Left = 128
  2165.             Top = 32
  2166.             Width = 65
  2167.             Height = 20
  2168.             Hint = 'H'#248'jde p'#229' din celle.'
  2169.             ColorBorder = clGray
  2170.             ColorFlat = clWhite
  2171.             AutoSize = False
  2172.             MaxValue = 0
  2173.             MinValue = 0
  2174.             TabOrder = 3
  2175.             Value = 100
  2176.           end
  2177.           object tdHeightProcent: TFlatCheckBox
  2178.             Left = 198
  2179.             Top = 34
  2180.             Width = 35
  2181.             Height = 17
  2182.             Hint = 
  2183.               'Bestem om v'#230'rdien skal v'#230're i procent (absolut) eller i pixels (' +
  2184.               'relativ).'
  2185.             Transparent = True
  2186.             Caption = '%'
  2187.             Checked = True
  2188.             Color = clWhite
  2189.             ColorFocused = 14733503
  2190.             ColorDown = clWhite
  2191.             ColorBorder = clGray
  2192.             ParentColor = False
  2193.             TabOrder = 5
  2194.             TabStop = True
  2195.           end
  2196.           object tdHeightCheck: TFlatCheckBox
  2197.             Left = 128
  2198.             Top = 16
  2199.             Width = 57
  2200.             Height = 14
  2201.             Hint = 'Afkryds hvis h'#248'jden skal bestemmes i din kode.'
  2202.             Transparent = True
  2203.             Caption = 'H'#248'jde'
  2204.             Color = clWhite
  2205.             ColorFocused = 14733503
  2206.             ColorDown = clWhite
  2207.             ColorBorder = clGray
  2208.             Font.Charset = ANSI_CHARSET
  2209.             Font.Color = clBlack
  2210.             Font.Height = -11
  2211.             Font.Name = 'Verdana'
  2212.             Font.Style = []
  2213.             ParentColor = False
  2214.             ParentFont = False
  2215.             TabOrder = 4
  2216.             TabStop = True
  2217.           end
  2218.           object tdColorCheck: TFlatCheckBox
  2219.             Left = 16
  2220.             Top = 112
  2221.             Width = 121
  2222.             Height = 14
  2223.             Hint = 
  2224.               'V'#230'lg en baggrundsfarve til din celle. Tages kun med hvis du har ' +
  2225.               'afkrydset checkboxen.'
  2226.             Transparent = True
  2227.             Caption = 'Baggrundsfarve'
  2228.             Color = clWhite
  2229.             ColorFocused = 14733503
  2230.             ColorDown = clWhite
  2231.             ColorBorder = clGray
  2232.             Font.Charset = ANSI_CHARSET
  2233.             Font.Color = clBlack
  2234.             Font.Height = -11
  2235.             Font.Name = 'Verdana'
  2236.             Font.Style = []
  2237.             ParentColor = False
  2238.             ParentFont = False
  2239.             TabOrder = 10
  2240.             TabStop = True
  2241.           end
  2242.           object tdVertAlignment: TFlatComboBox
  2243.             Left = 240
  2244.             Top = 80
  2245.             Width = 160
  2246.             Height = 21
  2247.             Hint = 'V'#230'lg hvordan din tabel r'#230'kke skal justeres vertikalt.'
  2248.             Color = clWindow
  2249.             ColorArrowBackground = 14733503
  2250.             ColorBorder = clGray
  2251.             ItemHeight = 13
  2252.             Items.Strings = (
  2253.               ''
  2254.               'top'
  2255.               'middle'
  2256.               'bottom'
  2257.               'baseline')
  2258.             TabOrder = 9
  2259.             ItemIndex = -1
  2260.           end
  2261.           object tdAlignment: TFlatComboBox
  2262.             Left = 240
  2263.             Top = 32
  2264.             Width = 160
  2265.             Height = 21
  2266.             Hint = 'V'#230'lg hvordan din tabel r'#230'kke skal justeres.'
  2267.             Color = clWindow
  2268.             ColorArrowBackground = 14733503
  2269.             ColorBorder = clGray
  2270.             ItemHeight = 13
  2271.             Items.Strings = (
  2272.               ''
  2273.               'left'
  2274.               'center'
  2275.               'right'
  2276.               'justify'
  2277.               'char')
  2278.             TabOrder = 6
  2279.             ItemIndex = -1
  2280.           end
  2281.           object tdColspan: TFlatSpinEditInteger
  2282.             Left = 16
  2283.             Top = 80
  2284.             Width = 65
  2285.             Height = 20
  2286.             Hint = 'V'#230'lg hvor mange kolonner cellen skal sp'#230'nde over.'
  2287.             ColorBorder = clGray
  2288.             ColorFlat = clWhite
  2289.             AutoSize = False
  2290.             MaxValue = 0
  2291.             MinValue = 0
  2292.             TabOrder = 7
  2293.             Value = 0
  2294.           end
  2295.           object tdRowspan: TFlatSpinEditInteger
  2296.             Left = 128
  2297.             Top = 80
  2298.             Width = 65
  2299.             Height = 20
  2300.             Hint = 'V'#230'lg hvor mange r'#230'kker cellen skal sp'#230'nde over.'
  2301.             ColorBorder = clGray
  2302.             ColorFlat = clWhite
  2303.             AutoSize = False
  2304.             MaxValue = 0
  2305.             MinValue = 0
  2306.             TabOrder = 8
  2307.             Value = 0
  2308.           end
  2309.           object tdColor: TColorFlatEdit
  2310.             Left = 16
  2311.             Top = 128
  2312.             Width = 105
  2313.             Height = 19
  2314.             ColorBorder = clGray
  2315.             ColorFlat = clWhite
  2316.             TabOrder = 11
  2317.             Text = '#000000'
  2318.             HTMLValue = '#000000'
  2319.           end
  2320.         end
  2321.       end
  2322.       object TabSheet9: TTabSheet
  2323.         Tag = 8
  2324.         Caption = 'div'
  2325.         ImageIndex = 8
  2326.         object divPanel: TFlatPanel
  2327.           Tag = 9
  2328.           Left = 56
  2329.           Top = 239
  2330.           Width = 409
  2331.           Height = 81
  2332.           ParentColor = True
  2333.           Visible = False
  2334.           ColorHighLight = clBtnFace
  2335.           ColorShadow = clBtnFace
  2336.           TabOrder = 0
  2337.           OnEnter = divPanelEnter
  2338.           object Label25: TLabel
  2339.             Left = 8
  2340.             Top = 8
  2341.             Width = 51
  2342.             Height = 13
  2343.             Hint = 'V'#230'lg hvordan dit div tag skal justeres.'
  2344.             Caption = 'Justering'
  2345.           end
  2346.           object divAlignment: TFlatComboBox
  2347.             Left = 8
  2348.             Top = 24
  2349.             Width = 160
  2350.             Height = 21
  2351.             Hint = 'V'#230'lg hvordan dit div tag skal justeres.'
  2352.             Style = csDropDownList
  2353.             Color = clWindow
  2354.             ColorArrowBackground = 14733503
  2355.             ColorBorder = clGray
  2356.             ItemHeight = 13
  2357.             Items.Strings = (
  2358.               ''
  2359.               'left'
  2360.               'center'
  2361.               'right'
  2362.               'justify')
  2363.             TabOrder = 0
  2364.             ItemIndex = -1
  2365.           end
  2366.         end
  2367.       end
  2368.       object bodyTab: TTabSheet
  2369.         Caption = 'body'
  2370.         ImageIndex = 9
  2371.         object bodyPanel: TFlatPanel
  2372.           Tag = 10
  2373.           Left = 56
  2374.           Top = 8
  2375.           Width = 617
  2376.           Height = 289
  2377.           Caption = 'bodyPanel'
  2378.           ParentColor = True
  2379.           ColorHighLight = clBtnFace
  2380.           ColorShadow = clBtnFace
  2381.           TabOrder = 0
  2382.           object bodyBottomPanel: TPanel
  2383.             Left = 1
  2384.             Top = 97
  2385.             Width = 615
  2386.             Height = 191
  2387.             Align = alClient
  2388.             BevelOuter = bvNone
  2389.             TabOrder = 1
  2390.             object Label33: TLabel
  2391.               Left = 8
  2392.               Top = 32
  2393.               Width = 91
  2394.               Height = 13
  2395.               Hint = 'V'#230'lg en baggrundsfarve til dit dokument.'
  2396.               Caption = 'Baggrundsfarve'
  2397.             end
  2398.             object Label34: TLabel
  2399.               Left = 8
  2400.               Top = 72
  2401.               Width = 57
  2402.               Height = 13
  2403.               Hint = 'V'#230'lg en farve til links i dit dokument.'
  2404.               Caption = 'Link farve'
  2405.             end
  2406.             object Label35: TLabel
  2407.               Left = 120
  2408.               Top = 112
  2409.               Width = 97
  2410.               Height = 13
  2411.               Hint = 'V'#230'lg en farve for bes'#248'gte link i dit dokument.'
  2412.               Caption = 'Bes'#248'gt link farve'
  2413.             end
  2414.             object Label38: TLabel
  2415.               Left = 120
  2416.               Top = 72
  2417.               Width = 91
  2418.               Height = 13
  2419.               Hint = 'V'#230'lg en farve for aktive links i dit dokument.'
  2420.               Caption = 'Aktivt link farve'
  2421.             end
  2422.             object Label44: TLabel
  2423.               Left = 120
  2424.               Top = 32
  2425.               Width = 65
  2426.               Height = 13
  2427.               Hint = 'V'#230'lg en farve til tekst i dit dokument.'
  2428.               Caption = 'Tekst farve'
  2429.             end
  2430.             object Label45: TLabel
  2431.               Left = 250
  2432.               Top = 72
  2433.               Width = 48
  2434.               Height = 13
  2435.               Caption = 'Oversigt'
  2436.             end
  2437.             object Label47: TLabel
  2438.               Left = 250
  2439.               Top = 32
  2440.               Width = 98
  2441.               Height = 13
  2442.               Hint = 'V'#230'lg et eventuelt baggrundsbillede.'
  2443.               Caption = 'Baggrundsbillede'
  2444.               Font.Charset = ANSI_CHARSET
  2445.               Font.Color = clBlack
  2446.               Font.Height = -11
  2447.               Font.Name = 'Verdana'
  2448.               Font.Style = []
  2449.               ParentFont = False
  2450.             end
  2451.             object bgColor: TColorFlatEdit
  2452.               Left = 8
  2453.               Top = 48
  2454.               Width = 100
  2455.               Height = 19
  2456.               Hint = 'V'#230'lg en baggrundsfarve til dit dokument.'
  2457.               ColorBorder = clGray
  2458.               ColorFlat = clWhite
  2459.               TabOrder = 0
  2460.               Text = '#FFFFFF'
  2461.               OnChange = bgColorChange
  2462.               SelColor = clWhite
  2463.               HTMLValue = '#FFFFFF'
  2464.             end
  2465.             object VisitedColor: TColorFlatEdit
  2466.               Left = 120
  2467.               Top = 128
  2468.               Width = 100
  2469.               Height = 19
  2470.               Hint = 'V'#230'lg en farve for bes'#248'gte link i dit dokument.'
  2471.               ColorBorder = clGray
  2472.               ColorFlat = clWhite
  2473.               TabOrder = 4
  2474.               Text = '#800080'
  2475.               OnChange = VisitedColorChange
  2476.               SelColor = clPurple
  2477.               HTMLValue = '#800080'
  2478.             end
  2479.             object TextColor: TColorFlatEdit
  2480.               Left = 120
  2481.               Top = 48
  2482.               Width = 100
  2483.               Height = 19
  2484.               Hint = 'V'#230'lg en farve til tekst i dit dokument.'
  2485.               ColorBorder = clGray
  2486.               ColorFlat = clWhite
  2487.               TabOrder = 1
  2488.               Text = '#000000'
  2489.               OnChange = TextColorChange
  2490.               HTMLValue = '#000000'
  2491.             end
  2492.             object ActiveColor: TColorFlatEdit
  2493.               Left = 120
  2494.               Top = 88
  2495.               Width = 100
  2496.               Height = 19
  2497.               Hint = 'V'#230'lg en farve for aktive links i dit dokument.'
  2498.               ColorBorder = clGray
  2499.               ColorFlat = clWhite
  2500.               TabOrder = 3
  2501.               Text = '#000080'
  2502.               OnChange = ActiveColorChange
  2503.               SelColor = clNavy
  2504.               HTMLValue = '#000080'
  2505.             end
  2506.             object LinkColor: TColorFlatEdit
  2507.               Left = 8
  2508.               Top = 88
  2509.               Width = 100
  2510.               Height = 19
  2511.               Hint = 'V'#230'lg en farve til links i dit dokument.'
  2512.               ColorBorder = clGray
  2513.               ColorFlat = clWhite
  2514.               TabOrder = 2
  2515.               Text = '#0000FF'
  2516.               OnChange = LinkColorChange
  2517.               SelColor = clBlue
  2518.               HTMLValue = '#0000FF'
  2519.             end
  2520.             object ColorPanel: TFlatPanel
  2521.               Left = 250
  2522.               Top = 88
  2523.               Width = 287
  2524.               Height = 89
  2525.               Color = clWhite
  2526.               ColorHighLight = clBlack
  2527.               ColorShadow = clBlack
  2528.               TabOrder = 7
  2529.               object TextLabel: TLabel
  2530.                 Left = 8
  2531.                 Top = 8
  2532.                 Width = 31
  2533.                 Height = 13
  2534.                 Caption = 'Tekst'
  2535.                 Transparent = True
  2536.               end
  2537.               object Linklabel: TLabel
  2538.                 Left = 8
  2539.                 Top = 24
  2540.                 Width = 20
  2541.                 Height = 13
  2542.                 Caption = 'Link'
  2543.                 Font.Charset = DEFAULT_CHARSET
  2544.                 Font.Color = clBlue
  2545.                 Font.Height = -11
  2546.                 Font.Name = 'MS Sans Serif'
  2547.                 Font.Style = [fsUnderline]
  2548.                 ParentFont = False
  2549.                 Transparent = True
  2550.               end
  2551.               object ActivelinkLabel: TLabel
  2552.                 Left = 8
  2553.                 Top = 44
  2554.                 Width = 46
  2555.                 Height = 13
  2556.                 Caption = 'Aktivt link'
  2557.                 Font.Charset = DEFAULT_CHARSET
  2558.                 Font.Color = clNavy
  2559.                 Font.Height = -11
  2560.                 Font.Name = 'MS Sans Serif'
  2561.                 Font.Style = [fsUnderline]
  2562.                 ParentFont = False
  2563.                 Transparent = True
  2564.               end
  2565.               object VisitedlinkLabel: TLabel
  2566.                 Left = 8
  2567.                 Top = 64
  2568.                 Width = 52
  2569.                 Height = 13
  2570.                 Caption = 'Bes'#248'gt link'
  2571.                 Font.Charset = DEFAULT_CHARSET
  2572.                 Font.Color = clPurple
  2573.                 Font.Height = -11
  2574.                 Font.Name = 'MS Sans Serif'
  2575.                 Font.Style = [fsUnderline]
  2576.                 ParentFont = False
  2577.                 Transparent = True
  2578.               end
  2579.               object PreviewImage: TImage
  2580.                 Left = 1
  2581.                 Top = 1
  2582.                 Width = 285
  2583.                 Height = 87
  2584.                 Align = alClient
  2585.                 Stretch = True
  2586.                 Transparent = True
  2587.               end
  2588.             end
  2589.             object bgBillede: TFlatEdit
  2590.               Left = 250
  2591.               Top = 48
  2592.               Width = 260
  2593.               Height = 19
  2594.               Hint = 'V'#230'lg et eventuelt baggrundsbillede.'
  2595.               ColorBorder = clGray
  2596.               ColorFlat = clWhite
  2597.               TabOrder = 5
  2598.             end
  2599.             object FlatButton1: TFlatButton
  2600.               Left = 516
  2601.               Top = 48
  2602.               Width = 19
  2603.               Height = 19
  2604.               Hint = 'Led efter et billede p'#229' computeren.'
  2605.               Color = 14733503
  2606.               ColorFocused = 14741743
  2607.               ColorDown = 14733503
  2608.               ColorBorder = clGray
  2609.               ColorHighLight = clBlack
  2610.               Glyph.Data = {
  2611.                 F6000000424DF600000000000000760000002800000010000000100000000100
  2612.                 040000000000800000000000000000000000100000001000000000000000FFFF
  2613.                 0000525252000094FF0000CEFF0000FFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2614.                 FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00111111111111
  2615.                 1111112222222221111110000000000211111003333333302111105044444443
  2616.                 0211105504444444302110555044444443021055550000000000105555555556
  2617.                 0211105555666666021110666600000001111100001111111000111111111111
  2618.                 1100111111110111101011111111100001111111111111111111}
  2619.               ParentColor = False
  2620.               TabOrder = 6
  2621.               OnClick = FlatButton1Click
  2622.             end
  2623.             object IncludeBody: TFlatCheckBox
  2624.               Left = 8
  2625.               Top = 8
  2626.               Width = 225
  2627.               Height = 17
  2628.               Hint = 
  2629.                 'V'#230'lg om du vil lade WebCoder generere <body> tagget for dig, ud ' +
  2630.                 'fra de valgte farver osv. herunder.'
  2631.               Transparent = True
  2632.               Caption = 'Generer <body> tag'
  2633.               Checked = True
  2634.               Color = clWhite
  2635.               ColorFocused = 14733503
  2636.               ColorDown = clWhite
  2637.               ColorBorder = clGray
  2638.               ParentColor = False
  2639.               TabOrder = 8
  2640.               TabStop = True
  2641.             end
  2642.           end
  2643.           object bodyTopPanel: TPanel
  2644.             Left = 1
  2645.             Top = 1
  2646.             Width = 615
  2647.             Height = 96
  2648.             Align = alTop
  2649.             BevelOuter = bvNone
  2650.             TabOrder = 0
  2651.             OnEnter = bodyTopPanelEnter
  2652.             object Label48: TLabel
  2653.               Left = 250
  2654.               Top = 8
  2655.               Width = 84
  2656.               Height = 13
  2657.               Hint = 
  2658.                 'V'#230'lg en dokumenttype for dit dokument. Bruges fx hvis dokumentet' +
  2659.                 ' skal valideres p'#229' w3.org.'
  2660.               Caption = 'Dokumenttype'
  2661.             end
  2662.             object Label49: TLabel
  2663.               Left = 10
  2664.               Top = 56
  2665.               Width = 88
  2666.               Height = 13
  2667.               Hint = 
  2668.                 'Hvis du vil bruge et StyleSheet til dit dokument, kan du v'#230'lge d' +
  2669.                 'et her.'
  2670.               Caption = 'Evt. StyleSheet'
  2671.               Font.Charset = ANSI_CHARSET
  2672.               Font.Color = clBlack
  2673.               Font.Height = -11
  2674.               Font.Name = 'Verdana'
  2675.               Font.Style = []
  2676.               ParentFont = False
  2677.             end
  2678.             object Label50: TLabel
  2679.               Left = 8
  2680.               Top = 8
  2681.               Width = 24
  2682.               Height = 13
  2683.               Hint = 
  2684.                 'V'#230'lg en titel. Det er denne tekst der vises '#248'verst i Browser vin' +
  2685.                 'duet.'
  2686.               Caption = 'Titel'
  2687.               Color = clWhite
  2688.               Font.Charset = ANSI_CHARSET
  2689.               Font.Color = clBlack
  2690.               Font.Height = -11
  2691.               Font.Name = 'Verdana'
  2692.               Font.Style = []
  2693.               ParentColor = False
  2694.               ParentFont = False
  2695.               Transparent = True
  2696.             end
  2697.             object bodyDokumentType: TFlatComboBox
  2698.               Left = 250
  2699.               Top = 24
  2700.               Width = 287
  2701.               Height = 21
  2702.               Hint = 
  2703.                 'V'#230'lg en dokumenttype for dit dokument. Bruges fx hvis dokumentet' +
  2704.                 ' skal valideres p'#229' w3.org.'
  2705.               Color = clWindow
  2706.               ColorArrowBackground = 14733503
  2707.               ColorBorder = clGray
  2708.               ItemHeight = 13
  2709.               Items.Strings = (
  2710.                 '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'
  2711.                 '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Strict//EN">'
  2712.                 '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">'
  2713.                 
  2714.                   '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http:/' +
  2715.                   '/www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'
  2716.                 
  2717.                   '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "' +
  2718.                   'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'
  2719.                 
  2720.                   '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http' +
  2721.                   '://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">')
  2722.               TabOrder = 1
  2723.               Text = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'
  2724.               ItemIndex = -1
  2725.             end
  2726.             object bodyStyleSheet: TFlatEdit
  2727.               Left = 10
  2728.               Top = 72
  2729.               Width = 186
  2730.               Height = 19
  2731.               Hint = 
  2732.                 'Hvis du vil bruge et StyleSheet til dit dokument, kan du v'#230'lge d' +
  2733.                 'et her.'
  2734.               ColorBorder = clGray
  2735.               ColorFlat = clWhite
  2736.               TabOrder = 2
  2737.             end
  2738.             object FlatButton2: TFlatButton
  2739.               Left = 200
  2740.               Top = 72
  2741.               Width = 19
  2742.               Height = 19
  2743.               Hint = 'Led efter et StyleSheet p'#229' computeren.'
  2744.               Color = 14733503
  2745.               ColorFocused = 14741743
  2746.               ColorDown = 14733503
  2747.               ColorBorder = clGray
  2748.               ColorHighLight = clBlack
  2749.               Glyph.Data = {
  2750.                 F6000000424DF600000000000000760000002800000010000000100000000100
  2751.                 040000000000800000000000000000000000100000001000000000000000FFFF
  2752.                 0000525252000094FF0000CEFF0000FFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  2753.                 FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00111111111111
  2754.                 1111112222222221111110000000000211111003333333302111105044444443
  2755.                 0211105504444444302110555044444443021055550000000000105555555556
  2756.                 0211105555666666021110666600000001111100001111111000111111111111
  2757.                 1100111111110111101011111111100001111111111111111111}
  2758.               ParentColor = False
  2759.               TabOrder = 3
  2760.               OnClick = FlatButton2Click
  2761.             end
  2762.             object bodyTitel: TFlatEdit
  2763.               Left = 8
  2764.               Top = 24
  2765.               Width = 217
  2766.               Height = 19
  2767.               Hint = 
  2768.                 'V'#230'lg en titel. Det er denne tekst der vises '#248'verst i Browser vin' +
  2769.                 'duet.'
  2770.               ColorBorder = clGray
  2771.               ColorFlat = clWhite
  2772.               TabOrder = 0
  2773.             end
  2774.           end
  2775.         end
  2776.       end
  2777.       object form: TTabSheet
  2778.         Caption = 'form'
  2779.         ImageIndex = 10
  2780.         object formPanel: TFlatPanel
  2781.           Tag = 11
  2782.           Left = 62
  2783.           Top = 32
  2784.           Width = 420
  2785.           Height = 105
  2786.           ParentColor = True
  2787.           Visible = False
  2788.           ColorHighLight = clBtnFace
  2789.           ColorShadow = clBtnFace
  2790.           TabOrder = 0
  2791.           OnEnter = formPanelEnter
  2792.           object Label51: TLabel
  2793.             Left = 192
  2794.             Top = 56
  2795.             Width = 65
  2796.             Height = 13
  2797.             Caption = 'Dataformat'
  2798.           end
  2799.           object Label52: TLabel
  2800.             Left = 240
  2801.             Top = 8
  2802.             Width = 41
  2803.             Height = 13
  2804.             Caption = 'Metode'
  2805.           end
  2806.           object Label53: TLabel
  2807.             Left = 8
  2808.             Top = 56
  2809.             Width = 49
  2810.             Height = 13
  2811.             Hint = 
  2812.               'Den handling formen skal udf'#248're. Her kan du fx referere til et C' +
  2813.               'GI eller PHP script.'
  2814.             Caption = 'Handling'
  2815.           end
  2816.           object Label54: TLabel
  2817.             Left = 8
  2818.             Top = 8
  2819.             Width = 29
  2820.             Height = 13
  2821.             Hint = 
  2822.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  2823.               'g skal angives.'
  2824.             Caption = 'Navn'
  2825.           end
  2826.           object formNavn: TFlatEdit
  2827.             Left = 8
  2828.             Top = 24
  2829.             Width = 225
  2830.             Height = 19
  2831.             Hint = 
  2832.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  2833.               'g skal angives.'
  2834.             ColorBorder = clGray
  2835.             ColorFlat = clWhite
  2836.             TabOrder = 0
  2837.           end
  2838.           object formFormaction: TFlatEdit
  2839.             Left = 8
  2840.             Top = 72
  2841.             Width = 177
  2842.             Height = 19
  2843.             Hint = 
  2844.               'Den handling formen skal udf'#248're. Her kan du fx referere til et C' +
  2845.               'GI eller PHP script.'
  2846.             ColorBorder = clGray
  2847.             ColorFlat = clWhite
  2848.             TabOrder = 2
  2849.           end
  2850.           object formDataformat: TFlatComboBox
  2851.             Left = 192
  2852.             Top = 72
  2853.             Width = 145
  2854.             Height = 21
  2855.             Hint = 'V'#230'lg dataformatet formen sendes med.'
  2856.             Color = clWindow
  2857.             ColorArrowBackground = 14733503
  2858.             ColorBorder = clGray
  2859.             ItemHeight = 13
  2860.             Items.Strings = (
  2861.               'application/x-www-form-urlencoded'
  2862.               'multipart/form-data'
  2863.               'text/plain')
  2864.             TabOrder = 3
  2865.             Text = 'application/x-www-form-urlencoded'
  2866.             ItemIndex = 0
  2867.           end
  2868.           object formMetode: TFlatComboBox
  2869.             Left = 240
  2870.             Top = 24
  2871.             Width = 97
  2872.             Height = 21
  2873.             Hint = 'Metoden din form sendes p'#229'.'
  2874.             Style = csDropDownList
  2875.             Color = clWindow
  2876.             ColorArrowBackground = 14733503
  2877.             ColorBorder = clGray
  2878.             ItemHeight = 13
  2879.             Items.Strings = (
  2880.               'get'
  2881.               'post')
  2882.             TabOrder = 1
  2883.             Text = 'get'
  2884.             ItemIndex = 0
  2885.           end
  2886.         end
  2887.       end
  2888.       object TextTab: TTabSheet
  2889.         Caption = 'TextTab'
  2890.         ImageIndex = 11
  2891.         object InputPanel: TFlatPanel
  2892.           Tag = 12
  2893.           Left = 102
  2894.           Top = 64
  2895.           Width = 427
  2896.           Height = 129
  2897.           ParentColor = True
  2898.           Visible = False
  2899.           ColorHighLight = clBtnFace
  2900.           ColorShadow = clBtnFace
  2901.           TabOrder = 0
  2902.           OnEnter = InputPanelEnter
  2903.           object Label55: TLabel
  2904.             Left = 200
  2905.             Top = 56
  2906.             Width = 84
  2907.             Height = 13
  2908.             Hint = 'Max antal bogstaver der kan indtastes.'
  2909.             Caption = 'Max bogstaver'
  2910.             Font.Charset = ANSI_CHARSET
  2911.             Font.Color = clBlack
  2912.             Font.Height = -11
  2913.             Font.Name = 'Verdana'
  2914.             Font.Style = []
  2915.             ParentFont = False
  2916.           end
  2917.           object Label56: TLabel
  2918.             Left = 8
  2919.             Top = 56
  2920.             Width = 52
  2921.             Height = 13
  2922.             Hint = 'Elementets st'#248'rrelse i antal tegn.'
  2923.             Caption = 'St'#248'rrelse'
  2924.             Font.Charset = ANSI_CHARSET
  2925.             Font.Color = clBlack
  2926.             Font.Height = -11
  2927.             Font.Name = 'Verdana'
  2928.             Font.Style = []
  2929.             ParentFont = False
  2930.           end
  2931.           object Label57: TLabel
  2932.             Left = 200
  2933.             Top = 8
  2934.             Width = 69
  2935.             Height = 13
  2936.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  2937.             Caption = 'Tekst/v'#230'rdi'
  2938.             Font.Charset = ANSI_CHARSET
  2939.             Font.Color = clBlack
  2940.             Font.Height = -11
  2941.             Font.Name = 'Verdana'
  2942.             Font.Style = []
  2943.             ParentFont = False
  2944.           end
  2945.           object Label58: TLabel
  2946.             Left = 8
  2947.             Top = 8
  2948.             Width = 29
  2949.             Height = 13
  2950.             Hint = 
  2951.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  2952.               'g skal angives.'
  2953.             Caption = 'Navn'
  2954.             Font.Charset = ANSI_CHARSET
  2955.             Font.Color = clBlack
  2956.             Font.Height = -11
  2957.             Font.Name = 'Verdana'
  2958.             Font.Style = []
  2959.             ParentFont = False
  2960.           end
  2961.           object inputNavn: TFlatEdit
  2962.             Left = 8
  2963.             Top = 24
  2964.             Width = 175
  2965.             Height = 19
  2966.             Hint = 
  2967.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  2968.               'g skal angives.'
  2969.             ColorBorder = clGray
  2970.             ColorFlat = clWhite
  2971.             TabOrder = 0
  2972.           end
  2973.           object inputTekst: TFlatEdit
  2974.             Left = 200
  2975.             Top = 24
  2976.             Width = 175
  2977.             Height = 19
  2978.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  2979.             ColorBorder = clGray
  2980.             ColorFlat = clWhite
  2981.             TabOrder = 1
  2982.           end
  2983.           object inputSize: TFlatSpinEditInteger
  2984.             Left = 8
  2985.             Top = 72
  2986.             Width = 175
  2987.             Height = 20
  2988.             Hint = 'Elementets st'#248'rrelse i antal tegn.'
  2989.             ColorBorder = clGray
  2990.             ColorFlat = clWhite
  2991.             AutoSize = False
  2992.             MaxValue = 0
  2993.             MinValue = 0
  2994.             TabOrder = 2
  2995.             Value = 0
  2996.           end
  2997.           object inputMax: TFlatSpinEditInteger
  2998.             Left = 200
  2999.             Top = 72
  3000.             Width = 175
  3001.             Height = 20
  3002.             Hint = 'Max antal bogstaver der kan indtastes.'
  3003.             ColorBorder = clGray
  3004.             ColorFlat = clWhite
  3005.             AutoSize = False
  3006.             MaxValue = 0
  3007.             MinValue = 0
  3008.             TabOrder = 3
  3009.             Value = 0
  3010.           end
  3011.           object inputReadonly: TFlatCheckBox
  3012.             Left = 8
  3013.             Top = 104
  3014.             Width = 121
  3015.             Height = 17
  3016.             Hint = 'Hvis et element er readonly, kan brugeren ikke '#230'ndre p'#229' det.'
  3017.             Transparent = True
  3018.             Caption = 'Readonly'
  3019.             Color = clWhite
  3020.             ColorFocused = 14733503
  3021.             ColorDown = clWhite
  3022.             ColorBorder = clGray
  3023.             Font.Charset = DEFAULT_CHARSET
  3024.             Font.Color = clWindowText
  3025.             Font.Height = -11
  3026.             Font.Name = 'Verdana'
  3027.             Font.Style = []
  3028.             ParentColor = False
  3029.             ParentFont = False
  3030.             TabOrder = 4
  3031.             TabStop = True
  3032.           end
  3033.           object inputDeaktiveret: TFlatCheckBox
  3034.             Left = 200
  3035.             Top = 104
  3036.             Width = 121
  3037.             Height = 17
  3038.             Hint = 'Dit element vises, men det kan ikke benyttes.'
  3039.             Transparent = True
  3040.             Caption = 'Deaktiveret'
  3041.             Color = clWhite
  3042.             ColorFocused = 14733503
  3043.             ColorDown = clWhite
  3044.             ColorBorder = clGray
  3045.             Font.Charset = DEFAULT_CHARSET
  3046.             Font.Color = clWindowText
  3047.             Font.Height = -11
  3048.             Font.Name = 'Verdana'
  3049.             Font.Style = []
  3050.             ParentColor = False
  3051.             ParentFont = False
  3052.             TabOrder = 5
  3053.             TabStop = True
  3054.           end
  3055.         end
  3056.       end
  3057.       object HiddenTab: TTabSheet
  3058.         Caption = 'HiddenTab'
  3059.         ImageIndex = 12
  3060.         object HiddenPanel: TFlatPanel
  3061.           Tag = 13
  3062.           Left = 46
  3063.           Top = 106
  3064.           Width = 420
  3065.           Height = 87
  3066.           ParentColor = True
  3067.           Visible = False
  3068.           ColorHighLight = clBtnFace
  3069.           ColorShadow = clBtnFace
  3070.           TabOrder = 0
  3071.           OnEnter = HiddenPanelEnter
  3072.           object Label59: TLabel
  3073.             Left = 8
  3074.             Top = 8
  3075.             Width = 29
  3076.             Height = 13
  3077.             Hint = 
  3078.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  3079.               'g skal angives.'
  3080.             Caption = 'Navn'
  3081.             Font.Charset = DEFAULT_CHARSET
  3082.             Font.Color = clBlack
  3083.             Font.Height = -11
  3084.             Font.Name = 'Verdana'
  3085.             Font.Style = []
  3086.             ParentFont = False
  3087.           end
  3088.           object Label60: TLabel
  3089.             Left = 192
  3090.             Top = 8
  3091.             Width = 69
  3092.             Height = 13
  3093.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  3094.             Caption = 'Tekst/v'#230'rdi'
  3095.             Font.Charset = DEFAULT_CHARSET
  3096.             Font.Color = clBlack
  3097.             Font.Height = -11
  3098.             Font.Name = 'Verdana'
  3099.             Font.Style = []
  3100.             ParentFont = False
  3101.           end
  3102.           object hiddenNavn: TFlatEdit
  3103.             Left = 8
  3104.             Top = 24
  3105.             Width = 169
  3106.             Height = 19
  3107.             Hint = 
  3108.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  3109.               'g skal angives.'
  3110.             ColorBorder = clGray
  3111.             ColorFlat = clWhite
  3112.             TabOrder = 0
  3113.           end
  3114.           object hiddenTekst: TFlatEdit
  3115.             Left = 192
  3116.             Top = 24
  3117.             Width = 161
  3118.             Height = 19
  3119.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  3120.             ColorBorder = clGray
  3121.             ColorFlat = clWhite
  3122.             TabOrder = 1
  3123.           end
  3124.           object hiddenDeaktiveret: TFlatCheckBox
  3125.             Left = 8
  3126.             Top = 56
  3127.             Width = 121
  3128.             Height = 17
  3129.             Hint = 'Dit element vises, men det kan ikke benyttes.'
  3130.             Transparent = True
  3131.             Caption = 'Deaktiveret'
  3132.             Color = clWhite
  3133.             ColorFocused = 14733503
  3134.             ColorDown = clWhite
  3135.             ColorBorder = clGray
  3136.             Font.Charset = DEFAULT_CHARSET
  3137.             Font.Color = clWindowText
  3138.             Font.Height = -11
  3139.             Font.Name = 'Verdana'
  3140.             Font.Style = []
  3141.             ParentColor = False
  3142.             ParentFont = False
  3143.             TabOrder = 2
  3144.             TabStop = True
  3145.           end
  3146.         end
  3147.       end
  3148.       object PasswordTab: TTabSheet
  3149.         Caption = 'PasswordTab'
  3150.         ImageIndex = 13
  3151.         object passwordPanel: TFlatPanel
  3152.           Tag = 14
  3153.           Left = 38
  3154.           Top = 64
  3155.           Width = 420
  3156.           Height = 129
  3157.           ParentColor = True
  3158.           Visible = False
  3159.           ColorHighLight = clBtnFace
  3160.           ColorShadow = clBtnFace
  3161.           TabOrder = 0
  3162.           OnEnter = passwordPanelEnter
  3163.           object Label61: TLabel
  3164.             Left = 8
  3165.             Top = 8
  3166.             Width = 29
  3167.             Height = 13
  3168.             Hint = 
  3169.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  3170.               'g skal angives.'
  3171.             Caption = 'Navn'
  3172.             Font.Charset = DEFAULT_CHARSET
  3173.             Font.Color = clBlack
  3174.             Font.Height = -11
  3175.             Font.Name = 'Verdana'
  3176.             Font.Style = []
  3177.             ParentFont = False
  3178.           end
  3179.           object Label62: TLabel
  3180.             Left = 192
  3181.             Top = 8
  3182.             Width = 69
  3183.             Height = 13
  3184.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  3185.             Caption = 'Tekst/v'#230'rdi'
  3186.             Font.Charset = DEFAULT_CHARSET
  3187.             Font.Color = clBlack
  3188.             Font.Height = -11
  3189.             Font.Name = 'Verdana'
  3190.             Font.Style = []
  3191.             ParentFont = False
  3192.           end
  3193.           object Label63: TLabel
  3194.             Left = 192
  3195.             Top = 56
  3196.             Width = 84
  3197.             Height = 13
  3198.             Hint = 'Max antal bogstaver der kan indtastes.'
  3199.             Caption = 'Max bogstaver'
  3200.             Font.Charset = DEFAULT_CHARSET
  3201.             Font.Color = clBlack
  3202.             Font.Height = -11
  3203.             Font.Name = 'Verdana'
  3204.             Font.Style = []
  3205.             ParentFont = False
  3206.           end
  3207.           object Label64: TLabel
  3208.             Left = 8
  3209.             Top = 56
  3210.             Width = 52
  3211.             Height = 13
  3212.             Hint = 'Elementets st'#248'rrelse i antal tegn.'
  3213.             Caption = 'St'#248'rrelse'
  3214.             Font.Charset = DEFAULT_CHARSET
  3215.             Font.Color = clBlack
  3216.             Font.Height = -11
  3217.             Font.Name = 'Verdana'
  3218.             Font.Style = []
  3219.             ParentFont = False
  3220.           end
  3221.           object passwordNavn: TFlatEdit
  3222.             Left = 8
  3223.             Top = 24
  3224.             Width = 169
  3225.             Height = 19
  3226.             Hint = 
  3227.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  3228.               'g skal angives.'
  3229.             ColorBorder = clGray
  3230.             ColorFlat = clWhite
  3231.             TabOrder = 0
  3232.           end
  3233.           object passwordTekst: TFlatEdit
  3234.             Left = 192
  3235.             Top = 24
  3236.             Width = 161
  3237.             Height = 19
  3238.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  3239.             ColorBorder = clGray
  3240.             ColorFlat = clWhite
  3241.             TabOrder = 1
  3242.           end
  3243.           object passwordMax: TFlatSpinEditInteger
  3244.             Left = 192
  3245.             Top = 72
  3246.             Width = 161
  3247.             Height = 20
  3248.             Hint = 'Max antal bogstaver der kan indtastes.'
  3249.             ColorBorder = clGray
  3250.             ColorFlat = clWhite
  3251.             AutoSize = False
  3252.             MaxValue = 0
  3253.             MinValue = 0
  3254.             TabOrder = 3
  3255.             Value = 0
  3256.           end
  3257.           object passwordSize: TFlatSpinEditInteger
  3258.             Left = 8
  3259.             Top = 72
  3260.             Width = 169
  3261.             Height = 20
  3262.             Hint = 'Elementets st'#248'rrelse i antal tegn.'
  3263.             ColorBorder = clGray
  3264.             ColorFlat = clWhite
  3265.             AutoSize = False
  3266.             MaxValue = 0
  3267.             MinValue = 0
  3268.             TabOrder = 2
  3269.             Value = 0
  3270.           end
  3271.           object passwordReadonly: TFlatCheckBox
  3272.             Left = 8
  3273.             Top = 104
  3274.             Width = 121
  3275.             Height = 17
  3276.             Hint = 'Hvis et element er readonly, kan brugeren ikke '#230'ndre p'#229' det.'
  3277.             Transparent = True
  3278.             Caption = 'Readonly'
  3279.             Color = clWhite
  3280.             ColorFocused = 14733503
  3281.             ColorDown = clWhite
  3282.             ColorBorder = clGray
  3283.             Font.Charset = DEFAULT_CHARSET
  3284.             Font.Color = clBlack
  3285.             Font.Height = -11
  3286.             Font.Name = 'Verdana'
  3287.             Font.Style = []
  3288.             ParentColor = False
  3289.             ParentFont = False
  3290.             TabOrder = 4
  3291.             TabStop = True
  3292.           end
  3293.           object passwordDeaktiveret: TFlatCheckBox
  3294.             Left = 192
  3295.             Top = 104
  3296.             Width = 121
  3297.             Height = 17
  3298.             Hint = 'Dit element vises, men det kan ikke benyttes.'
  3299.             Transparent = True
  3300.             Caption = 'Deaktiveret'
  3301.             Color = clWhite
  3302.             ColorFocused = 14733503
  3303.             ColorDown = clWhite
  3304.             ColorBorder = clGray
  3305.             Font.Charset = DEFAULT_CHARSET
  3306.             Font.Color = clBlack
  3307.             Font.Height = -11
  3308.             Font.Name = 'Verdana'
  3309.             Font.Style = []
  3310.             ParentColor = False
  3311.             ParentFont = False
  3312.             TabOrder = 5
  3313.             TabStop = True
  3314.           end
  3315.         end
  3316.       end
  3317.       object textareaTab: TTabSheet
  3318.         Caption = 'textareaTab'
  3319.         ImageIndex = 14
  3320.         object textareaPanel: TFlatPanel
  3321.           Tag = 15
  3322.           Left = 118
  3323.           Top = 64
  3324.           Width = 435
  3325.           Height = 153
  3326.           ParentColor = True
  3327.           Visible = False
  3328.           ColorHighLight = clBtnFace
  3329.           ColorShadow = clBtnFace
  3330.           TabOrder = 0
  3331.           OnEnter = textareaPanelEnter
  3332.           object Label65: TLabel
  3333.             Left = 8
  3334.             Top = 8
  3335.             Width = 29
  3336.             Height = 13
  3337.             Hint = 
  3338.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  3339.               'g skal angives.'
  3340.             Caption = 'Navn'
  3341.           end
  3342.           object Label66: TLabel
  3343.             Left = 192
  3344.             Top = 8
  3345.             Width = 69
  3346.             Height = 13
  3347.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  3348.             Caption = 'Tekst/v'#230'rdi'
  3349.           end
  3350.           object Label67: TLabel
  3351.             Left = 96
  3352.             Top = 56
  3353.             Width = 41
  3354.             Height = 13
  3355.             Hint = 'V'#230'lg hvor bredt dit Textare skal v'#230're.'
  3356.             Caption = 'Bredde'
  3357.           end
  3358.           object Label68: TLabel
  3359.             Left = 8
  3360.             Top = 56
  3361.             Width = 31
  3362.             Height = 13
  3363.             Hint = 'Antal linier dit Textarea skal v'#230're p'#229'.'
  3364.             Caption = 'Linier'
  3365.           end
  3366.           object textareaNavn: TFlatEdit
  3367.             Left = 8
  3368.             Top = 24
  3369.             Width = 169
  3370.             Height = 19
  3371.             Hint = 
  3372.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  3373.               'g skal angives.'
  3374.             ColorBorder = clGray
  3375.             ColorFlat = clWhite
  3376.             TabOrder = 0
  3377.           end
  3378.           object textareaCols: TFlatSpinEditInteger
  3379.             Left = 96
  3380.             Top = 72
  3381.             Width = 81
  3382.             Height = 20
  3383.             Hint = 'V'#230'lg hvor bredt dit Textare skal v'#230're.'
  3384.             ColorBorder = clGray
  3385.             ColorFlat = clWhite
  3386.             AutoSize = False
  3387.             MaxValue = 0
  3388.             MinValue = 0
  3389.             TabOrder = 3
  3390.             Value = 0
  3391.           end
  3392.           object textareaRows: TFlatSpinEditInteger
  3393.             Left = 8
  3394.             Top = 72
  3395.             Width = 81
  3396.             Height = 20
  3397.             Hint = 'Antal linier dit Textarea skal v'#230're p'#229'.'
  3398.             ColorBorder = clGray
  3399.             ColorFlat = clWhite
  3400.             AutoSize = False
  3401.             MaxValue = 0
  3402.             MinValue = 0
  3403.             TabOrder = 2
  3404.             Value = 0
  3405.           end
  3406.           object textareaReadonly: TFlatCheckBox
  3407.             Left = 8
  3408.             Top = 104
  3409.             Width = 73
  3410.             Height = 17
  3411.             Hint = 'Hvis et element er readonly, kan brugeren ikke '#230'ndre p'#229' det.'
  3412.             Transparent = True
  3413.             Caption = 'Readonly'
  3414.             Color = clWhite
  3415.             ColorFocused = 14733503
  3416.             ColorDown = clWhite
  3417.             ColorBorder = clGray
  3418.             ParentColor = False
  3419.             TabOrder = 4
  3420.             TabStop = True
  3421.           end
  3422.           object textareaDeaktiveret: TFlatCheckBox
  3423.             Left = 96
  3424.             Top = 104
  3425.             Width = 89
  3426.             Height = 17
  3427.             Hint = 'Dit element vises, men det kan ikke benyttes.'
  3428.             Transparent = True
  3429.             Caption = 'Deaktiveret'
  3430.             Color = clWhite
  3431.             ColorFocused = 14733503
  3432.             ColorDown = clWhite
  3433.             ColorBorder = clGray
  3434.             ParentColor = False
  3435.             TabOrder = 5
  3436.             TabStop = True
  3437.           end
  3438.           object textareaTekst: TFlatMemo
  3439.             Left = 192
  3440.             Top = 24
  3441.             Width = 217
  3442.             Height = 97
  3443.             Hint = 'Evt. tekst i dit TextArea'
  3444.             ColorBorder = clGray
  3445.             ColorFlat = clWhite
  3446.             TabOrder = 1
  3447.           end
  3448.         end
  3449.       end
  3450.       object radiobuttonTab: TTabSheet
  3451.         Caption = 'radiobuttonTab'
  3452.         ImageIndex = 15
  3453.         object radioPanel: TFlatPanel
  3454.           Tag = 16
  3455.           Left = 112
  3456.           Top = 82
  3457.           Width = 425
  3458.           Height = 87
  3459.           ParentColor = True
  3460.           Visible = False
  3461.           ColorHighLight = clBtnFace
  3462.           ColorShadow = clBtnFace
  3463.           TabOrder = 0
  3464.           OnEnter = radioPanelEnter
  3465.           object Label69: TLabel
  3466.             Left = 8
  3467.             Top = 8
  3468.             Width = 29
  3469.             Height = 13
  3470.             Hint = 
  3471.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  3472.               'g skal angives.'
  3473.             Caption = 'Navn'
  3474.             Font.Charset = DEFAULT_CHARSET
  3475.             Font.Color = clBlack
  3476.             Font.Height = -11
  3477.             Font.Name = 'Verdana'
  3478.             Font.Style = []
  3479.             ParentFont = False
  3480.           end
  3481.           object Label70: TLabel
  3482.             Left = 200
  3483.             Top = 8
  3484.             Width = 69
  3485.             Height = 13
  3486.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  3487.             Caption = 'Tekst/v'#230'rdi'
  3488.             Font.Charset = DEFAULT_CHARSET
  3489.             Font.Color = clBlack
  3490.             Font.Height = -11
  3491.             Font.Name = 'Verdana'
  3492.             Font.Style = []
  3493.             ParentFont = False
  3494.           end
  3495.           object radioNavn: TFlatEdit
  3496.             Left = 8
  3497.             Top = 24
  3498.             Width = 175
  3499.             Height = 19
  3500.             Hint = 
  3501.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  3502.               'g skal angives.'
  3503.             ColorBorder = clGray
  3504.             ColorFlat = clWhite
  3505.             TabOrder = 0
  3506.           end
  3507.           object radioTekst: TFlatEdit
  3508.             Left = 200
  3509.             Top = 24
  3510.             Width = 175
  3511.             Height = 19
  3512.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  3513.             ColorBorder = clGray
  3514.             ColorFlat = clWhite
  3515.             TabOrder = 1
  3516.           end
  3517.           object radioDeaktiveret: TFlatCheckBox
  3518.             Left = 140
  3519.             Top = 56
  3520.             Width = 121
  3521.             Height = 17
  3522.             Hint = 'Dit element vises, men det kan ikke benyttes.'
  3523.             Transparent = True
  3524.             Caption = 'Deaktiveret'
  3525.             Color = clWhite
  3526.             ColorFocused = 14733503
  3527.             ColorDown = clWhite
  3528.             ColorBorder = clGray
  3529.             Font.Charset = DEFAULT_CHARSET
  3530.             Font.Color = clBlack
  3531.             Font.Height = -11
  3532.             Font.Name = 'Verdana'
  3533.             Font.Style = []
  3534.             ParentColor = False
  3535.             ParentFont = False
  3536.             TabOrder = 3
  3537.             TabStop = True
  3538.           end
  3539.           object radioChecked: TFlatCheckBox
  3540.             Left = 278
  3541.             Top = 56
  3542.             Width = 83
  3543.             Height = 17
  3544.             Hint = 
  3545.               'V'#230'lg om dit element som standard er afkrydset eller ej. Brugeren' +
  3546.               ' kan '#230'ndre dette, med mindre elementet er Readonly.'
  3547.             Transparent = True
  3548.             Caption = 'Afkrydset'
  3549.             Color = clWhite
  3550.             ColorFocused = 14733503
  3551.             ColorDown = clWhite
  3552.             ColorBorder = clGray
  3553.             Font.Charset = DEFAULT_CHARSET
  3554.             Font.Color = clBlack
  3555.             Font.Height = -11
  3556.             Font.Name = 'Verdana'
  3557.             Font.Style = []
  3558.             ParentColor = False
  3559.             ParentFont = False
  3560.             TabOrder = 4
  3561.             TabStop = True
  3562.           end
  3563.           object radioReadonly: TFlatCheckBox
  3564.             Left = 8
  3565.             Top = 56
  3566.             Width = 121
  3567.             Height = 17
  3568.             Hint = 'Hvis et element er readonly, kan brugeren ikke '#230'ndre p'#229' det.'
  3569.             Transparent = True
  3570.             Caption = 'Readonly'
  3571.             Color = clWhite
  3572.             ColorFocused = 14733503
  3573.             ColorDown = clWhite
  3574.             ColorBorder = clGray
  3575.             Font.Charset = DEFAULT_CHARSET
  3576.             Font.Color = clBlack
  3577.             Font.Height = -11
  3578.             Font.Name = 'Verdana'
  3579.             Font.Style = []
  3580.             ParentColor = False
  3581.             ParentFont = False
  3582.             TabOrder = 2
  3583.             TabStop = True
  3584.           end
  3585.         end
  3586.       end
  3587.       object checkboxTab: TTabSheet
  3588.         Caption = 'checkboxTab'
  3589.         ImageIndex = 16
  3590.         object checkPanel: TFlatPanel
  3591.           Tag = 17
  3592.           Left = 24
  3593.           Top = 26
  3594.           Width = 433
  3595.           Height = 87
  3596.           ParentColor = True
  3597.           Visible = False
  3598.           ColorHighLight = clBtnFace
  3599.           ColorShadow = clBtnFace
  3600.           TabOrder = 0
  3601.           OnEnter = checkPanelEnter
  3602.           object Label71: TLabel
  3603.             Left = 200
  3604.             Top = 8
  3605.             Width = 69
  3606.             Height = 13
  3607.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  3608.             Caption = 'Tekst/v'#230'rdi'
  3609.             Font.Charset = ANSI_CHARSET
  3610.             Font.Color = clBlack
  3611.             Font.Height = -11
  3612.             Font.Name = 'Verdana'
  3613.             Font.Style = []
  3614.             ParentFont = False
  3615.           end
  3616.           object Label72: TLabel
  3617.             Left = 8
  3618.             Top = 8
  3619.             Width = 29
  3620.             Height = 13
  3621.             Hint = 
  3622.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  3623.               'g skal angives.'
  3624.             Caption = 'Navn'
  3625.             Font.Charset = DEFAULT_CHARSET
  3626.             Font.Color = clBlack
  3627.             Font.Height = -11
  3628.             Font.Name = 'Verdana'
  3629.             Font.Style = []
  3630.             ParentFont = False
  3631.           end
  3632.           object checkNavn: TFlatEdit
  3633.             Left = 8
  3634.             Top = 24
  3635.             Width = 175
  3636.             Height = 19
  3637.             Hint = 
  3638.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  3639.               'g skal angives.'
  3640.             ColorBorder = clGray
  3641.             ColorFlat = clWhite
  3642.             TabOrder = 0
  3643.           end
  3644.           object checkTekst: TFlatEdit
  3645.             Left = 200
  3646.             Top = 24
  3647.             Width = 175
  3648.             Height = 19
  3649.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  3650.             ColorBorder = clGray
  3651.             ColorFlat = clWhite
  3652.             TabOrder = 1
  3653.           end
  3654.           object checkAfkrydset: TFlatCheckBox
  3655.             Left = 278
  3656.             Top = 56
  3657.             Width = 91
  3658.             Height = 17
  3659.             Hint = 
  3660.               'V'#230'lg om dit element som standard er afkrydset eller ej. Brugeren' +
  3661.               ' kan '#230'ndre dette, med mindre elementet er Readonly.'
  3662.             Transparent = True
  3663.             Caption = 'Afkrydset'
  3664.             Color = clWhite
  3665.             ColorFocused = 14733503
  3666.             ColorDown = clWhite
  3667.             ColorBorder = clGray
  3668.             Font.Charset = DEFAULT_CHARSET
  3669.             Font.Color = clBlack
  3670.             Font.Height = -11
  3671.             Font.Name = 'Verdana'
  3672.             Font.Style = []
  3673.             ParentColor = False
  3674.             ParentFont = False
  3675.             TabOrder = 4
  3676.             TabStop = True
  3677.           end
  3678.           object checkDeaktiveret: TFlatCheckBox
  3679.             Left = 140
  3680.             Top = 56
  3681.             Width = 121
  3682.             Height = 17
  3683.             Hint = 'Dit element vises, men det kan ikke benyttes.'
  3684.             Transparent = True
  3685.             Caption = 'Deaktiveret'
  3686.             Color = clWhite
  3687.             ColorFocused = 14733503
  3688.             ColorDown = clWhite
  3689.             ColorBorder = clGray
  3690.             Font.Charset = DEFAULT_CHARSET
  3691.             Font.Color = clBlack
  3692.             Font.Height = -11
  3693.             Font.Name = 'Verdana'
  3694.             Font.Style = []
  3695.             ParentColor = False
  3696.             ParentFont = False
  3697.             TabOrder = 3
  3698.             TabStop = True
  3699.           end
  3700.           object checkReadonly: TFlatCheckBox
  3701.             Left = 8
  3702.             Top = 56
  3703.             Width = 121
  3704.             Height = 17
  3705.             Hint = 'Hvis et element er readonly, kan brugeren ikke '#230'ndre p'#229' det.'
  3706.             Transparent = True
  3707.             Caption = 'Readonly'
  3708.             Color = clWhite
  3709.             ColorFocused = 14733503
  3710.             ColorDown = clWhite
  3711.             ColorBorder = clGray
  3712.             Font.Charset = DEFAULT_CHARSET
  3713.             Font.Color = clBlack
  3714.             Font.Height = -11
  3715.             Font.Name = 'Verdana'
  3716.             Font.Style = []
  3717.             ParentColor = False
  3718.             ParentFont = False
  3719.             TabOrder = 2
  3720.             TabStop = True
  3721.           end
  3722.         end
  3723.       end
  3724.       object dropdownTab: TTabSheet
  3725.         Caption = 'dropdownTab'
  3726.         ImageIndex = 17
  3727.         object dropdownPanel: TFlatPanel
  3728.           Tag = 18
  3729.           Left = 214
  3730.           Top = 216
  3731.           Width = 427
  3732.           Height = 129
  3733.           ParentColor = True
  3734.           Visible = False
  3735.           ColorHighLight = clBtnFace
  3736.           ColorShadow = clBtnFace
  3737.           TabOrder = 0
  3738.           OnEnter = dropdownPanelEnter
  3739.           object Label73: TLabel
  3740.             Left = 8
  3741.             Top = 8
  3742.             Width = 29
  3743.             Height = 13
  3744.             Hint = 
  3745.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  3746.               'g skal angives.'
  3747.             Caption = 'Navn'
  3748.             Font.Charset = ANSI_CHARSET
  3749.             Font.Color = clBlack
  3750.             Font.Height = -11
  3751.             Font.Name = 'Verdana'
  3752.             Font.Style = []
  3753.             ParentFont = False
  3754.           end
  3755.           object Label74: TLabel
  3756.             Left = 208
  3757.             Top = 8
  3758.             Width = 121
  3759.             Height = 13
  3760.             Hint = 
  3761.               'Bestem hvor mange valgmuligheder WebCoder skal generere. Du kan ' +
  3762.               'selv tilf'#248'je flere senere.'
  3763.             Caption = 'Antal valgmuligheder'
  3764.             Font.Charset = ANSI_CHARSET
  3765.             Font.Color = clBlack
  3766.             Font.Height = -11
  3767.             Font.Name = 'Verdana'
  3768.             Font.Style = []
  3769.             ParentFont = False
  3770.           end
  3771.           object Label75: TLabel
  3772.             Left = 208
  3773.             Top = 56
  3774.             Width = 52
  3775.             Height = 13
  3776.             Hint = 
  3777.               'V'#230'lg st'#248'rrelse p'#229' din liste. Er den under 1, bliver det en dropd' +
  3778.               'own liste. Ellers bare en liste.'
  3779.             Caption = 'St'#248'rrelse'
  3780.             Font.Charset = ANSI_CHARSET
  3781.             Font.Color = clBlack
  3782.             Font.Height = -11
  3783.             Font.Name = 'Verdana'
  3784.             Font.Style = []
  3785.             ParentFont = False
  3786.           end
  3787.           object dropdownNavn: TFlatEdit
  3788.             Left = 8
  3789.             Top = 24
  3790.             Width = 175
  3791.             Height = 19
  3792.             Hint = 
  3793.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  3794.               'g skal angives.'
  3795.             ColorBorder = clGray
  3796.             ColorFlat = clWhite
  3797.             TabOrder = 0
  3798.           end
  3799.           object dropdownValgmuligheder: TFlatSpinEditInteger
  3800.             Left = 208
  3801.             Top = 24
  3802.             Width = 175
  3803.             Height = 20
  3804.             Hint = 
  3805.               'Bestem hvor mange valgmuligheder WebCoder skal generere. Du kan ' +
  3806.               'selv tilf'#248'je flere senere.'
  3807.             ColorBorder = clGray
  3808.             ColorFlat = clWhite
  3809.             AutoSize = False
  3810.             MaxValue = 0
  3811.             MinValue = 0
  3812.             TabOrder = 1
  3813.             Value = 0
  3814.           end
  3815.           object dropdownDeaktiveret: TFlatCheckBox
  3816.             Left = 8
  3817.             Top = 56
  3818.             Width = 121
  3819.             Height = 17
  3820.             Hint = 'Dit element vises, men det kan ikke benyttes. '
  3821.             Transparent = True
  3822.             Caption = 'Deaktiveret'
  3823.             Color = clWhite
  3824.             ColorFocused = 14733503
  3825.             ColorDown = clWhite
  3826.             ColorBorder = clGray
  3827.             Font.Charset = ANSI_CHARSET
  3828.             Font.Color = clBlack
  3829.             Font.Height = -11
  3830.             Font.Name = 'Verdana'
  3831.             Font.Style = []
  3832.             ParentColor = False
  3833.             ParentFont = False
  3834.             TabOrder = 2
  3835.             TabStop = True
  3836.           end
  3837.           object dropdownMultiple: TFlatCheckBox
  3838.             Left = 8
  3839.             Top = 72
  3840.             Width = 137
  3841.             Height = 17
  3842.             Hint = 
  3843.               'Lad brugeren foretage flere valg ved hj'#230'lp af Ctrl og Shift + kl' +
  3844.               'ik.'
  3845.             Transparent = True
  3846.             Caption = 'Flere samtidige valg'
  3847.             Color = clWhite
  3848.             ColorFocused = 14733503
  3849.             ColorDown = clWhite
  3850.             ColorBorder = clGray
  3851.             Font.Charset = ANSI_CHARSET
  3852.             Font.Color = clBlack
  3853.             Font.Height = -11
  3854.             Font.Name = 'Verdana'
  3855.             Font.Style = []
  3856.             ParentColor = False
  3857.             ParentFont = False
  3858.             TabOrder = 3
  3859.             TabStop = True
  3860.           end
  3861.           object dropdownSize: TFlatSpinEditInteger
  3862.             Left = 208
  3863.             Top = 72
  3864.             Width = 121
  3865.             Height = 20
  3866.             Hint = 
  3867.               'V'#230'lg st'#248'rrelse p'#229' din liste. Er den under 1, bliver det en dropd' +
  3868.               'own liste. Ellers bare en liste.'
  3869.             ColorBorder = clGray
  3870.             ColorFlat = clWhite
  3871.             AutoSize = False
  3872.             MaxValue = 0
  3873.             MinValue = 0
  3874.             TabOrder = 4
  3875.             Value = 0
  3876.           end
  3877.           object dropdownoptions: TFlatMemo
  3878.             Left = 160
  3879.             Top = 56
  3880.             Width = 41
  3881.             Height = 49
  3882.             ColorFlat = clWhite
  3883.             TabOrder = 5
  3884.             Visible = False
  3885.             WordWrap = False
  3886.           end
  3887.           object InsertEndOptionTags: TFlatCheckBox
  3888.             Left = 8
  3889.             Top = 88
  3890.             Width = 137
  3891.             Height = 17
  3892.             Hint = 
  3893.               'Inds'#230'tter afsluttende </option> tags. P'#229'kr'#230'vet i XHTML dokumente' +
  3894.               'r.'
  3895.             Transparent = True
  3896.             Caption = 'Inds'#230't </option>'
  3897.             Color = clWhite
  3898.             ColorFocused = 14733503
  3899.             ColorDown = clWhite
  3900.             ColorBorder = clGray
  3901.             Font.Charset = ANSI_CHARSET
  3902.             Font.Color = clBlack
  3903.             Font.Height = -11
  3904.             Font.Name = 'Verdana'
  3905.             Font.Style = []
  3906.             ParentColor = False
  3907.             ParentFont = False
  3908.             TabOrder = 6
  3909.             TabStop = True
  3910.           end
  3911.         end
  3912.       end
  3913.       object buttonTab: TTabSheet
  3914.         Caption = 'buttonTab'
  3915.         ImageIndex = 18
  3916.         object buttonPanel: TFlatPanel
  3917.           Tag = 19
  3918.           Left = 362
  3919.           Top = 210
  3920.           Width = 423
  3921.           Height = 87
  3922.           ParentColor = True
  3923.           Visible = False
  3924.           ColorHighLight = clBtnFace
  3925.           ColorShadow = clBtnFace
  3926.           TabOrder = 0
  3927.           OnEnter = buttonPanelEnter
  3928.           object Label76: TLabel
  3929.             Left = 8
  3930.             Top = 8
  3931.             Width = 29
  3932.             Height = 13
  3933.             Hint = 
  3934.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  3935.               'g skal angives.'
  3936.             Caption = 'Navn'
  3937.             Font.Charset = DEFAULT_CHARSET
  3938.             Font.Color = clBlack
  3939.             Font.Height = -11
  3940.             Font.Name = 'Verdana'
  3941.             Font.Style = []
  3942.             ParentFont = False
  3943.           end
  3944.           object Label77: TLabel
  3945.             Left = 208
  3946.             Top = 8
  3947.             Width = 69
  3948.             Height = 13
  3949.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  3950.             Caption = 'Tekst/v'#230'rdi'
  3951.             Font.Charset = DEFAULT_CHARSET
  3952.             Font.Color = clBlack
  3953.             Font.Height = -11
  3954.             Font.Name = 'Verdana'
  3955.             Font.Style = []
  3956.             ParentFont = False
  3957.           end
  3958.           object buttonNavn: TFlatEdit
  3959.             Left = 8
  3960.             Top = 24
  3961.             Width = 175
  3962.             Height = 19
  3963.             Hint = 
  3964.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  3965.               'g skal angives.'
  3966.             ColorBorder = clGray
  3967.             ColorFlat = clWhite
  3968.             TabOrder = 0
  3969.           end
  3970.           object buttonDeaktiveret: TFlatCheckBox
  3971.             Left = 8
  3972.             Top = 56
  3973.             Width = 121
  3974.             Height = 17
  3975.             Hint = 'Dit element vises, men det kan ikke benyttes.'
  3976.             Transparent = True
  3977.             Caption = 'Deaktiveret'
  3978.             Color = clWhite
  3979.             ColorFocused = 14733503
  3980.             ColorDown = clWhite
  3981.             ColorBorder = clGray
  3982.             Font.Charset = DEFAULT_CHARSET
  3983.             Font.Color = clBlack
  3984.             Font.Height = -11
  3985.             Font.Name = 'Verdana'
  3986.             Font.Style = []
  3987.             ParentColor = False
  3988.             ParentFont = False
  3989.             TabOrder = 2
  3990.             TabStop = True
  3991.           end
  3992.           object buttonTekst: TFlatEdit
  3993.             Left = 208
  3994.             Top = 24
  3995.             Width = 175
  3996.             Height = 19
  3997.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  3998.             ColorBorder = clGray
  3999.             ColorFlat = clWhite
  4000.             TabOrder = 1
  4001.           end
  4002.         end
  4003.       end
  4004.       object submitTab: TTabSheet
  4005.         Caption = 'submitTab'
  4006.         ImageIndex = 19
  4007.         object submitButtonPanel: TFlatPanel
  4008.           Tag = 20
  4009.           Left = 176
  4010.           Top = 154
  4011.           Width = 425
  4012.           Height = 87
  4013.           ParentColor = True
  4014.           Visible = False
  4015.           ColorHighLight = clBtnFace
  4016.           ColorShadow = clBtnFace
  4017.           TabOrder = 0
  4018.           OnEnter = submitButtonPanelEnter
  4019.           object Label78: TLabel
  4020.             Left = 8
  4021.             Top = 8
  4022.             Width = 29
  4023.             Height = 13
  4024.             Hint = 
  4025.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  4026.               'g skal angives.'
  4027.             Caption = 'Navn'
  4028.             Font.Charset = DEFAULT_CHARSET
  4029.             Font.Color = clBlack
  4030.             Font.Height = -11
  4031.             Font.Name = 'Verdana'
  4032.             Font.Style = []
  4033.             ParentFont = False
  4034.           end
  4035.           object Label79: TLabel
  4036.             Left = 208
  4037.             Top = 8
  4038.             Width = 69
  4039.             Height = 13
  4040.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  4041.             Caption = 'Tekst/v'#230'rdi'
  4042.             Font.Charset = DEFAULT_CHARSET
  4043.             Font.Color = clBlack
  4044.             Font.Height = -11
  4045.             Font.Name = 'Verdana'
  4046.             Font.Style = []
  4047.             ParentFont = False
  4048.           end
  4049.           object submitbuttonNavn: TFlatEdit
  4050.             Left = 8
  4051.             Top = 24
  4052.             Width = 175
  4053.             Height = 19
  4054.             Hint = 
  4055.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  4056.               'g skal angives.'
  4057.             ColorBorder = clGray
  4058.             ColorFlat = clWhite
  4059.             TabOrder = 0
  4060.           end
  4061.           object submitbuttonDeaktiveret: TFlatCheckBox
  4062.             Left = 8
  4063.             Top = 56
  4064.             Width = 121
  4065.             Height = 17
  4066.             Hint = 'Dit element vises, men det kan ikke benyttes.'
  4067.             Transparent = True
  4068.             Caption = 'Deaktiveret'
  4069.             Color = clWhite
  4070.             ColorFocused = 14733503
  4071.             ColorDown = clWhite
  4072.             ColorBorder = clGray
  4073.             Font.Charset = DEFAULT_CHARSET
  4074.             Font.Color = clBlack
  4075.             Font.Height = -11
  4076.             Font.Name = 'Verdana'
  4077.             Font.Style = []
  4078.             ParentColor = False
  4079.             ParentFont = False
  4080.             TabOrder = 2
  4081.             TabStop = True
  4082.           end
  4083.           object submitbuttonTekst: TFlatEdit
  4084.             Left = 208
  4085.             Top = 24
  4086.             Width = 175
  4087.             Height = 19
  4088.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  4089.             ColorBorder = clGray
  4090.             ColorFlat = clWhite
  4091.             TabOrder = 1
  4092.           end
  4093.         end
  4094.       end
  4095.       object resetTab: TTabSheet
  4096.         Caption = 'resetTab'
  4097.         ImageIndex = 20
  4098.         object resetButtonPanel: TFlatPanel
  4099.           Tag = 21
  4100.           Left = 173
  4101.           Top = 104
  4102.           Width = 436
  4103.           Height = 89
  4104.           ParentColor = True
  4105.           Visible = False
  4106.           ColorHighLight = clBtnFace
  4107.           ColorShadow = clBtnFace
  4108.           TabOrder = 0
  4109.           OnEnter = resetButtonPanelEnter
  4110.           object Label80: TLabel
  4111.             Left = 208
  4112.             Top = 8
  4113.             Width = 69
  4114.             Height = 13
  4115.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  4116.             Caption = 'Tekst/v'#230'rdi'
  4117.             Font.Charset = ANSI_CHARSET
  4118.             Font.Color = clBlack
  4119.             Font.Height = -11
  4120.             Font.Name = 'Verdana'
  4121.             Font.Style = []
  4122.             ParentFont = False
  4123.           end
  4124.           object Label81: TLabel
  4125.             Left = 8
  4126.             Top = 8
  4127.             Width = 29
  4128.             Height = 13
  4129.             Hint = 
  4130.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  4131.               'g skal angives.'
  4132.             Caption = 'Navn'
  4133.             Font.Charset = ANSI_CHARSET
  4134.             Font.Color = clBlack
  4135.             Font.Height = -11
  4136.             Font.Name = 'Verdana'
  4137.             Font.Style = []
  4138.             ParentFont = False
  4139.           end
  4140.           object resetbuttonTekst: TFlatEdit
  4141.             Left = 208
  4142.             Top = 24
  4143.             Width = 175
  4144.             Height = 19
  4145.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  4146.             ColorBorder = clGray
  4147.             ColorFlat = clWhite
  4148.             TabOrder = 1
  4149.           end
  4150.           object resetbuttonNavn: TFlatEdit
  4151.             Left = 8
  4152.             Top = 24
  4153.             Width = 175
  4154.             Height = 19
  4155.             Hint = 
  4156.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  4157.               'g skal angives.'
  4158.             ColorBorder = clGray
  4159.             ColorFlat = clWhite
  4160.             TabOrder = 0
  4161.           end
  4162.           object resetbuttonDeaktiveret: TFlatCheckBox
  4163.             Left = 8
  4164.             Top = 56
  4165.             Width = 121
  4166.             Height = 17
  4167.             Hint = 'Dit element vises, men det kan ikke benyttes.'
  4168.             Transparent = True
  4169.             Caption = 'Deaktiveret'
  4170.             Color = clWhite
  4171.             ColorFocused = 14733503
  4172.             ColorDown = clWhite
  4173.             ColorBorder = clGray
  4174.             Font.Charset = DEFAULT_CHARSET
  4175.             Font.Color = clWindowText
  4176.             Font.Height = -11
  4177.             Font.Name = 'Verdana'
  4178.             Font.Style = []
  4179.             ParentColor = False
  4180.             ParentFont = False
  4181.             TabOrder = 2
  4182.             TabStop = True
  4183.           end
  4184.         end
  4185.       end
  4186.       object imageTab: TTabSheet
  4187.         Caption = 'imageTab'
  4188.         ImageIndex = 21
  4189.         object imageButtonPanel: TFlatPanel
  4190.           Tag = 22
  4191.           Left = 221
  4192.           Top = 224
  4193.           Width = 428
  4194.           Height = 113
  4195.           ParentColor = True
  4196.           Visible = False
  4197.           ColorHighLight = clBtnFace
  4198.           ColorShadow = clBtnFace
  4199.           TabOrder = 0
  4200.           OnEnter = imageButtonPanelEnter
  4201.           object Label82: TLabel
  4202.             Left = 8
  4203.             Top = 8
  4204.             Width = 29
  4205.             Height = 13
  4206.             Hint = 
  4207.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  4208.               'g skal angives.'
  4209.             Caption = 'Navn'
  4210.             Font.Charset = DEFAULT_CHARSET
  4211.             Font.Color = clBlack
  4212.             Font.Height = -11
  4213.             Font.Name = 'Verdana'
  4214.             Font.Style = []
  4215.             ParentFont = False
  4216.           end
  4217.           object Label83: TLabel
  4218.             Left = 208
  4219.             Top = 8
  4220.             Width = 69
  4221.             Height = 13
  4222.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  4223.             Caption = 'Tekst/v'#230'rdi'
  4224.             Font.Charset = DEFAULT_CHARSET
  4225.             Font.Color = clBlack
  4226.             Font.Height = -11
  4227.             Font.Name = 'Verdana'
  4228.             Font.Style = []
  4229.             ParentFont = False
  4230.           end
  4231.           object FlatSpeedButton4: TFlatSpeedButton
  4232.             Left = 364
  4233.             Top = 64
  4234.             Width = 19
  4235.             Height = 19
  4236.             Hint = 'Led p'#229' computeren efter et billede.'
  4237.             Color = 14733503
  4238.             ColorFocused = 14741743
  4239.             ColorDown = 14733503
  4240.             ColorBorder = clGray
  4241.             ColorHighLight = clBlack
  4242.             Glyph.Data = {
  4243.               F6000000424DF600000000000000760000002800000010000000100000000100
  4244.               040000000000800000000000000000000000100000001000000000000000FFFF
  4245.               0000525252000094FF0000CEFF0000FFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  4246.               FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00111111111111
  4247.               1111112222222221111110000000000211111003333333302111105044444443
  4248.               0211105504444444302110555044444443021055550000000000105555555556
  4249.               0211105555666666021110666600000001111100001111111000111111111111
  4250.               1100111111110111101011111111100001111111111111111111}
  4251.             ParentColor = False
  4252.             OnClick = FlatSpeedButton1Click
  4253.           end
  4254.           object Label84: TLabel
  4255.             Left = 8
  4256.             Top = 48
  4257.             Width = 48
  4258.             Height = 13
  4259.             Hint = 'V'#230'lg det billede din knap skal vise.'
  4260.             Caption = 'Billedefil'
  4261.             Font.Charset = DEFAULT_CHARSET
  4262.             Font.Color = clBlack
  4263.             Font.Height = -11
  4264.             Font.Name = 'Verdana'
  4265.             Font.Style = []
  4266.             ParentFont = False
  4267.           end
  4268.           object imagebuttonDeaktiveret: TFlatCheckBox
  4269.             Left = 8
  4270.             Top = 88
  4271.             Width = 121
  4272.             Height = 17
  4273.             Hint = 'Dit element vises, men det kan ikke benyttes.'
  4274.             Transparent = True
  4275.             Caption = 'Deaktiveret'
  4276.             Color = clWhite
  4277.             ColorFocused = 14733503
  4278.             ColorDown = clWhite
  4279.             ColorBorder = clGray
  4280.             Font.Charset = DEFAULT_CHARSET
  4281.             Font.Color = clWindowText
  4282.             Font.Height = -11
  4283.             Font.Name = 'Verdana'
  4284.             Font.Style = []
  4285.             ParentColor = False
  4286.             ParentFont = False
  4287.             TabOrder = 3
  4288.             TabStop = True
  4289.           end
  4290.           object imagebuttonNavn: TFlatEdit
  4291.             Left = 8
  4292.             Top = 24
  4293.             Width = 175
  4294.             Height = 19
  4295.             Hint = 
  4296.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  4297.               'g skal angives.'
  4298.             ColorBorder = clGray
  4299.             ColorFlat = clWhite
  4300.             TabOrder = 0
  4301.           end
  4302.           object imagebuttonTekst: TFlatEdit
  4303.             Left = 208
  4304.             Top = 24
  4305.             Width = 175
  4306.             Height = 19
  4307.             Hint = 'Det tekst der st'#229'r i dit element, alts'#229' det brugeren ser.'
  4308.             ColorBorder = clGray
  4309.             ColorFlat = clWhite
  4310.             TabOrder = 1
  4311.           end
  4312.           object imagebuttonBillede: TFlatEdit
  4313.             Left = 8
  4314.             Top = 64
  4315.             Width = 350
  4316.             Height = 19
  4317.             Hint = 'V'#230'lg det billede din knap skal vise.'
  4318.             ColorBorder = clGray
  4319.             ColorFlat = clWhite
  4320.             TabOrder = 2
  4321.           end
  4322.         end
  4323.       end
  4324.       object fileTab: TTabSheet
  4325.         Caption = 'fileTab'
  4326.         ImageIndex = 22
  4327.         object filePanel: TFlatPanel
  4328.           Tag = 23
  4329.           Left = 165
  4330.           Top = 69
  4331.           Width = 420
  4332.           Height = 132
  4333.           ParentColor = True
  4334.           Visible = False
  4335.           ColorHighLight = clBtnFace
  4336.           ColorShadow = clBtnFace
  4337.           TabOrder = 0
  4338.           OnEnter = filePanelEnter
  4339.           object Label85: TLabel
  4340.             Left = 200
  4341.             Top = 8
  4342.             Width = 52
  4343.             Height = 13
  4344.             Hint = 'Elementets st'#248'rrelse i antal tegn.'
  4345.             Caption = 'St'#248'rrelse'
  4346.             Font.Charset = DEFAULT_CHARSET
  4347.             Font.Color = clBlack
  4348.             Font.Height = -11
  4349.             Font.Name = 'Verdana'
  4350.             Font.Style = []
  4351.             ParentFont = False
  4352.           end
  4353.           object Label86: TLabel
  4354.             Left = 8
  4355.             Top = 8
  4356.             Width = 29
  4357.             Height = 13
  4358.             Hint = 
  4359.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  4360.               'g skal angives.'
  4361.             Caption = 'Navn'
  4362.             Font.Charset = DEFAULT_CHARSET
  4363.             Font.Color = clBlack
  4364.             Font.Height = -11
  4365.             Font.Name = 'Verdana'
  4366.             Font.Style = []
  4367.             ParentFont = False
  4368.           end
  4369.           object Label88: TLabel
  4370.             Left = 8
  4371.             Top = 56
  4372.             Width = 50
  4373.             Height = 13
  4374.             Hint = 
  4375.               'Liste over MIME-typer der skal v'#230're gyldige. Seper'#233'r med et komm' +
  4376.               'a.'
  4377.             Caption = 'Accepter'
  4378.             Font.Charset = DEFAULT_CHARSET
  4379.             Font.Color = clBlack
  4380.             Font.Height = -11
  4381.             Font.Name = 'Verdana'
  4382.             Font.Style = []
  4383.             ParentFont = False
  4384.           end
  4385.           object fileNavn: TFlatEdit
  4386.             Left = 8
  4387.             Top = 24
  4388.             Width = 175
  4389.             Height = 19
  4390.             Hint = 
  4391.               'Navn p'#229' dit element. Er vigtigt fx sammen med PHP og lignende, o' +
  4392.               'g skal angives.'
  4393.             ColorBorder = clGray
  4394.             ColorFlat = clWhite
  4395.             TabOrder = 0
  4396.           end
  4397.           object fileDeaktiveret: TFlatCheckBox
  4398.             Left = 200
  4399.             Top = 104
  4400.             Width = 121
  4401.             Height = 17
  4402.             Hint = 'Dit element vises, men det kan ikke benyttes.'
  4403.             Transparent = True
  4404.             Caption = 'Deaktiveret'
  4405.             Color = clWhite
  4406.             ColorFocused = 14733503
  4407.             ColorDown = clWhite
  4408.             ColorBorder = clGray
  4409.             Font.Charset = DEFAULT_CHARSET
  4410.             Font.Color = clWindowText
  4411.             Font.Height = -11
  4412.             Font.Name = 'Verdana'
  4413.             Font.Style = []
  4414.             ParentColor = False
  4415.             ParentFont = False
  4416.             TabOrder = 4
  4417.             TabStop = True
  4418.           end
  4419.           object fileReadonly: TFlatCheckBox
  4420.             Left = 8
  4421.             Top = 104
  4422.             Width = 121
  4423.             Height = 17
  4424.             Hint = 'Hvis et element er readonly, kan brugeren ikke '#230'ndre p'#229' det.'
  4425.             Transparent = True
  4426.             Caption = 'Readonly'
  4427.             Color = clWhite
  4428.             ColorFocused = 14733503
  4429.             ColorDown = clWhite
  4430.             ColorBorder = clGray
  4431.             Font.Charset = DEFAULT_CHARSET
  4432.             Font.Color = clWindowText
  4433.             Font.Height = -11
  4434.             Font.Name = 'Verdana'
  4435.             Font.Style = []
  4436.             ParentColor = False
  4437.             ParentFont = False
  4438.             TabOrder = 3
  4439.             TabStop = True
  4440.           end
  4441.           object fileSize: TFlatSpinEditInteger
  4442.             Left = 200
  4443.             Top = 24
  4444.             Width = 175
  4445.             Height = 20
  4446.             Hint = 'Elementets st'#248'rrelse i antal tegn.'
  4447.             ColorBorder = clGray
  4448.             ColorFlat = clWhite
  4449.             AutoSize = False
  4450.             MaxValue = 0
  4451.             MinValue = 0
  4452.             TabOrder = 1
  4453.             Value = 0
  4454.           end
  4455.           object fileAccept: TFlatEdit
  4456.             Left = 8
  4457.             Top = 72
  4458.             Width = 369
  4459.             Height = 19
  4460.             Hint = 
  4461.               'Liste over MIME-typer der skal v'#230're gyldige. Seper'#233'r med et komm' +
  4462.               'a.'
  4463.             ColorBorder = clGray
  4464.             ColorFlat = clWhite
  4465.             TabOrder = 2
  4466.           end
  4467.         end
  4468.       end
  4469.     end
  4470.   end
  4471.   object HintPanel: TPanel
  4472.     Left = 0
  4473.     Top = 463
  4474.     Width = 900
  4475.     Height = 46
  4476.     Align = alBottom
  4477.     TabOrder = 1
  4478.     object MiddlePanel: TFlatPanel
  4479.       Left = 41
  4480.       Top = 1
  4481.       Width = 789
  4482.       Height = 44
  4483.       ParentColor = True
  4484.       ColorHighLight = clBtnFace
  4485.       ColorShadow = clBtnFace
  4486.       Align = alClient
  4487.       TabOrder = 0
  4488.       object HintLabel: TLabel
  4489.         Left = 1
  4490.         Top = 3
  4491.         Width = 787
  4492.         Height = 40
  4493.         Align = alBottom
  4494.         Alignment = taCenter
  4495.         AutoSize = False
  4496.         Font.Charset = ANSI_CHARSET
  4497.         Font.Color = clWindowText
  4498.         Font.Height = -11
  4499.         Font.Name = 'Verdana'
  4500.         Font.Style = [fsBold]
  4501.         ParentFont = False
  4502.         Layout = tlCenter
  4503.         WordWrap = True
  4504.       end
  4505.     end
  4506.     object LeftPanel: TFlatPanel
  4507.       Left = 1
  4508.       Top = 1
  4509.       Width = 40
  4510.       Height = 44
  4511.       ParentColor = True
  4512.       ColorHighLight = clBtnFace
  4513.       ColorShadow = clBtnFace
  4514.       Align = alLeft
  4515.       TabOrder = 1
  4516.       object Image1: TImage
  4517.         Left = 2
  4518.         Top = 8
  4519.         Width = 31
  4520.         Height = 33
  4521.         Center = True
  4522.       end
  4523.     end
  4524.     object RightPanel: TFlatPanel
  4525.       Left = 830
  4526.       Top = 1
  4527.       Width = 69
  4528.       Height = 44
  4529.       ParentColor = True
  4530.       ColorHighLight = clBtnFace
  4531.       ColorShadow = clBtnFace
  4532.       Align = alRight
  4533.       TabOrder = 2
  4534.       object OKButton: TFlatButton
  4535.         Left = 8
  4536.         Top = 5
  4537.         Width = 55
  4538.         Height = 17
  4539.         Hint = 'Generer HTML kode ud fra de valgte muligheder.'
  4540.         ColorFocused = 14733503
  4541.         ColorDown = 14741743
  4542.         ColorBorder = clBtnFace
  4543.         ColorHighLight = clBtnShadow
  4544.         ColorShadow = clBtnShadow
  4545.         Caption = '&Ok'
  4546.         TabOrder = 0
  4547.         ModalResult = 1
  4548.         OnClick = OKButtonClick
  4549.       end
  4550.       object CancelButton: TFlatButton
  4551.         Left = 8
  4552.         Top = 24
  4553.         Width = 55
  4554.         Height = 17
  4555.         Hint = 'Annuller.'
  4556.         ColorFocused = 14733503
  4557.         ColorDown = 14741743
  4558.         ColorBorder = clBtnFace
  4559.         ColorHighLight = clBtnShadow
  4560.         ColorShadow = clBtnShadow
  4561.         Caption = '&Annuller'
  4562.         TabOrder = 1
  4563.         OnClick = CancelButtonClick
  4564.       end
  4565.     end
  4566.   end
  4567.   object siLang: TsiLang
  4568.     version = 'v5.2.2'
  4569.     StringsTypes.Strings = (
  4570.       'TIB_STRINGLIST'
  4571.       'TSTRINGLIST')
  4572.     NumOfLanguages = 2
  4573.     LangDispatcher = Form1.LangDispatcher
  4574.     LangDelim = 1
  4575.     LangNames.Strings = (
  4576.       'Danish N1'
  4577.       'English N2')
  4578.     Language = 'Danish N1'
  4579.     ExtendedTranslations = <>
  4580.     Left = 568
  4581.     Top = 296
  4582.     TranslationData = {
  4583.       737443617074696F6E730D0A544469616C6F67466F726D014469616C6F67466F
  4584.       726D014469616C6F67466F726D010D0A687250616E656C0101010D0A43535342
  4585.       7574746F6E0101010D0A6C696E6B50616E656C0101010D0A466C617453706565
  4586.       64427574746F6E320101010D0A62696C6C65646550616E656C0101010D0A466C
  4587.       61745370656564427574746F6E310101010D0A466C6174537065656442757474
  4588.       6F6E360101010D0A466C617450616E656C310101010D0A7461626C6550616E65
  4589.       6C0101010D0A5461626C65546F7050616E656C0101010D0A5461626C65426F74
  4590.       746F6D50616E656C0101010D0A746162656C496E73657274546578740101010D
  4591.       0A6C69737450616E656C0101010D0A6C69737450726F707350616E656C010101
  4592.       0D0A6C6973744C69737450616E656C0101010D0A666F6E7450616E656C010101
  4593.       0D0A466F6E74457874726150616E656C0101010D0A747250616E656C0101010D
  4594.       0A746450616E656C0101010D0A64697650616E656C0101010D0A48696E745061
  4595.       6E656C0101010D0A4D6964646C6550616E656C0101010D0A48696E744C616265
  4596.       6C0101010D0A4C65667450616E656C0101010D0A526967687450616E656C0101
  4597.       010D0A466C61745370656564427574746F6E330101010D0A626F6479426F7474
  4598.       6F6D50616E656C0101010D0A436F6C6F7250616E656C0101010D0A466C617442
  4599.       7574746F6E310101010D0A626F6479546F7050616E656C0101010D0A466C6174
  4600.       427574746F6E320101010D0A456469744353530101010D0A666F726D50616E65
  4601.       6C0101010D0A496E70757450616E656C0101010D0A48696464656E50616E656C
  4602.       0101010D0A70617373776F726450616E656C0101010D0A746578746172656150
  4603.       616E656C0101010D0A726164696F50616E656C0101010D0A636865636B50616E
  4604.       656C0101010D0A64726F70646F776E50616E656C0101010D0A627574746F6E50
  4605.       616E656C0101010D0A7375626D6974427574746F6E50616E656C0101010D0A72
  4606.       65736574427574746F6E50616E656C0101010D0A696D616765427574746F6E50
  4607.       616E656C0101010D0A466C61745370656564427574746F6E340101010D0A6669
  4608.       6C6550616E656C0101010D0A53657474696E677350616E656C0101010D0A6872
  4609.       4C656E67746850726F63656E74012501010D0A746162656C576964746850726F
  4610.       63656E74012501010D0A746162656C48656967687450726F63656E7401250101
  4611.       0D0A7464576964746850726F63656E74012501010D0A74644865696768745072
  4612.       6F63656E74012501010D0A43535350616E656C01202D204176616E6365726564
  4613.       65206D756C6967686564657220284353532F4A61766153637269707429202D20
  4614.       01202D20416476616E636564206F7074696F6E7320284353532F4A6176735363
  4615.       7269707429202D20010D0A6872536B7967676501334420736B79676765013344
  4616.       20736861646F77010D0A4C6162656C383801416363657074657201010D0A4C61
  4617.       62656C31300141647265737365202855524C290141646472657373202855524C
  4618.       29010D0A726164696F436865636B65640141666B72796473657401436865636B
  4619.       6564010D0A636865636B41666B7279647365740141666B727964736574014368
  4620.       65636B6564010D0A4C6162656C33300141667374616E64206D656C6C656D2063
  4621.       656C6C6572015370616365206265747765656E2063656C6C73010D0A4C616265
  4622.       6C32320141667374616E64206D656C6C656D2074656B7374206F672063656C6C
  4623.       6572015370616365206265747765656E207465787420616E642063656C6C7301
  4624.       0D0A4163746976656C696E6B4C6162656C01416B74697674206C696E6B014163
  4625.       74697665206C696E6B010D0A4C6162656C333801416B74697674206C696E6B20
  4626.       666172766501416374697665206C696E6B20636F6C6F72010D0A4C6162656C31
  4627.       3501414C542074656B737401414C542074657874010D0A4C6162656C3901414C
  4628.       542074656B737420287469746C652901414C54207465787420287469746C6529
  4629.       010D0A43616E63656C427574746F6E0126416E6E756C6C6572012643616E6365
  4630.       6C010D0A4C6162656C333201416E74616C014E756D626572010D0A4C6162656C
  4631.       373401416E74616C2076616C676D756C69676865646572014E756D2E206F6620
  4632.       6F7074696F6E73010D0A62696C6C656465414C54436865636B014175746F6765
  4633.       6E6572E97220414C542074656B7374014175746F67656E657261746520414C54
  4634.       2074657874010D0A4C6162656C3437014261676772756E647362696C6C656465
  4635.       014261636B67726F756E6420696D616765010D0A4C6162656C33330142616767
  4636.       72756E64736661727665014261636B67726F756E6420636F6C6F72010D0A7461
  4637.       62656C4342436F6C6F72014261676772756E64736661727665014261636B6772
  4638.       6F756E64636F6C6F72010D0A7464436F6C6F72436865636B014261676772756E
  4639.       64736661727665014261636B67726F756E64636F6C6F72010D0A4C6162656C38
  4640.       014265736B726976656C7365014465736372697074696F6E010D0A5669736974
  4641.       65646C696E6B4C6162656C01426573F86774206C696E6B015669736974656420
  4642.       6C696E6B010D0A4C6162656C333501426573F86774206C696E6B206661727665
  4643.       0156697369746564206C696E6B20636F6C6F72010D0A4C6162656C3136014269
  4644.       6C6C65646501496D616765010D0A4C6162656C38340142696C6C65646566696C
  4645.       01496D61676566696C65010D0A626F647954616201626F647901010D0A626F64
  4646.       7950616E656C01626F647950616E656C01010D0A4C6162656C31340142726564
  4647.       6465015769647468010D0A746162656C43425769647468014272656464650157
  4648.       69647468010D0A74645769647468436865636B01427265646465015769647468
  4649.       010D0A4C6162656C363701427265646465015769647468010D0A627574746F6E
  4650.       54616201627574746F6E54616201010D0A687243656E746572416C69676E0143
  4651.       656E7472657265740143656E746572010D0A636865636B626F78546162016368
  4652.       65636B626F7854616201010D0A4C6162656C3501436C61737301010D0A4C6162
  4653.       656C343301436F6C7370616E01010D0A4C6162656C360143535301010D0A4C61
  4654.       62656C35310144617461666F726D617401010D0A696E7075744465616B746976
  4655.       65726574014465616B746976657265740144697361626C6564010D0A68696464
  4656.       656E4465616B74697665726574014465616B746976657265740144697361626C
  4657.       6564010D0A70617373776F72644465616B74697665726574014465616B746976
  4658.       657265740144697361626C6564010D0A74657874617265614465616B74697665
  4659.       726574014465616B746976657265740144697361626C6564010D0A726164696F
  4660.       4465616B74697665726574014465616B746976657265740144697361626C6564
  4661.       010D0A636865636B4465616B74697665726574014465616B7469766572657401
  4662.       44697361626C6564010D0A64726F70646F776E4465616B746976657265740144
  4663.       65616B746976657265740144697361626C6564010D0A627574746F6E4465616B
  4664.       74697665726574014465616B746976657265740144697361626C6564010D0A73
  4665.       75626D6974627574746F6E4465616B74697665726574014465616B7469766572
  4666.       65740144697361626C6564010D0A7265736574627574746F6E4465616B746976
  4667.       65726574014465616B746976657265740144697361626C6564010D0A696D6167
  4668.       65627574746F6E4465616B74697665726574014465616B746976657265740144
  4669.       697361626C6564010D0A66696C654465616B74697665726574014465616B7469
  4670.       76657265740144697361626C6564010D0A546162536865657439016469760101
  4671.       0D0A4C6162656C343801446F6B756D656E747479706501446F63756D656E7474
  4672.       797065010D0A64726F70646F776E5461620164726F70646F776E54616201010D
  4673.       0A646F504850457363617065014573636170652022207465676E202850485029
  4674.       014573636170652022206368617273010D0A4C6162656C3439014576742E2053
  4675.       74796C6553686565740145787465726E616C207374796C657368656574206669
  4676.       6C65010D0A4C6162656C3436014576742E2074656B73742064657220736B616C
  4677.       20696E6473E674746573015465787420796F752077616E7420696E7365727465
  4678.       64010D0A4C6162656C383701466172766501436F6C6F72010D0A666F6E744342
  4679.       4665640146656401426F6C64010D0A66696C655461620166696C655461620101
  4680.       0D0A64726F70646F776E4D756C7469706C6501466C6572652073616D74696469
  4681.       67652076616C67014D756C7469706C652063686F69636573010D0A5461625368
  4682.       6565743801666F6E7401010D0A666F726D01666F726D01010D0A646F5848544D
  4683.       4C436F6D706C69616E7401466F726D617465722074696C205848544D4C207374
  4684.       616E6461726401466F726D617420746F205848544D4C207374616E6461726401
  4685.       0D0A496E636C756465426F64790147656E65726572203C626F64793E20746167
  4686.       0147656E6572617465203C626F64793E20746167010D0A4C6162656C34012048
  4687.       616E646C696E670120416374696F6E010D0A4C6162656C35330148616E646C69
  4688.       6E6701416374696F6E010D0A48696464656E5461620148696464656E54616201
  4689.       010D0A54616253686565743101687201010D0A4C6162656C33012048E66E6465
  4690.       6C736501204576656E74010D0A4C6162656C31320148F86A6465014865696768
  4691.       74010D0A746162656C43424865696768740148F86A646501486569676874010D
  4692.       0A7464486569676874436865636B0148F86A646501486569676874010D0A4C61
  4693.       62656C31390148F86A72652F76656E73747265206D617267696E015269676874
  4694.       2F6C656674206D617267696E010D0A68725269676874416C69676E0148F86A72
  4695.       657374696C6C6574015269676874010D0A4C6162656C3701494401010D0A5461
  4696.       6253686565743301696D61676501010D0A696D61676554616201696D61676554
  4697.       616201010D0A496E73657274456E644F7074696F6E5461677301496E6473E674
  4698.       203C2F6F7074696F6E3E01496E73657274203C2F6F7074696F6E3E010D0A4A75
  4699.       73746572696E67014A7573746572696E6701416C69676E6D656E74010D0A4C61
  4700.       62656C3431014A7573746572696E6701416C69676E6D656E74010D0A4C616265
  4701.       6C3235014A7573746572696E6701416C69676E6D656E74010D0A4C6162656C32
  4702.       37014B6F6C6F6E6E657201436F6C756D6E73010D0A666F6E7443424B75727369
  4703.       76014B7572736976014974616C6963010D0A4C6162656C3638014C696E696572
  4704.       014C696E6573010D0A546162536865657432016C696E6B01010D0A4C696E6B6C
  4705.       6162656C014C696E6B014C696E6B010D0A4C6162656C3334014C696E6B206661
  4706.       727665014C696E6B20636F6C6F72010D0A546162536865657434016C69737401
  4707.       010D0A4C6162656C3239014C69737420656C656D656E746572014C6973742065
  4708.       6C656D656E7473010D0A4C6162656C32014CE66E676465014C656E677468010D
  4709.       0A4C6162656C3535014D617820626F67737461766572014D6178206368617261
  4710.       6374657273010D0A4C6162656C3633014D617820626F67737461766572014D61
  4711.       782063686172616374657273010D0A666F6E744661727665436865636B426F78
  4712.       014D656474616720666172766501496E636C75646520636F6C6F72010D0A4C61
  4713.       62656C3532014D65746F6465014D6574686F64010D0A4C6162656C3133014DE5
  4714.       6C202872616D6D656E61766E2901546172676574010D0A4C6162656C3131014E
  4715.       61766E014E616D65010D0A4C6162656C3534014E61766E014E616D65010D0A4C
  4716.       6162656C3538014E61766E014E616D65010D0A4C6162656C3539014E61766E01
  4717.       4E616D65010D0A4C6162656C3631014E61766E014E616D65010D0A4C6162656C
  4718.       3635014E61766E014E616D65010D0A4C6162656C3639014E61766E014E616D65
  4719.       010D0A4C6162656C3732014E61766E014E616D65010D0A4C6162656C3733014E
  4720.       61766E014E616D65010D0A4C6162656C3736014E61766E014E616D65010D0A4C
  4721.       6162656C3738014E61766E014E616D65010D0A4C6162656C3831014E61766E01
  4722.       4E616D65010D0A4C6162656C3832014E61766E014E616D65010D0A4C6162656C
  4723.       3836014E61766E014E616D65010D0A4F4B427574746F6E01264F6B01010D0A4C
  4724.       6162656C3435014F766572736967740150726576696577010D0A50616E656C32
  4725.       0150616E656C3201010D0A50617373776F72645461620150617373776F726454
  4726.       616201010D0A726164696F627574746F6E54616201726164696F627574746F6E
  4727.       54616201010D0A4C6162656C31370152616D6D6501426F72646572010D0A4C61
  4728.       62656C32330152616D6D6501426F72646572010D0A696E707574526561646F6E
  4729.       6C7901526561646F6E6C7901010D0A70617373776F7264526561646F6E6C7901
  4730.       526561646F6E6C7901010D0A7465787461726561526561646F6E6C7901526561
  4731.       646F6E6C7901010D0A726164696F526561646F6E6C7901526561646F6E6C7901
  4732.       010D0A636865636B526561646F6E6C7901526561646F6E6C7901010D0A66696C
  4733.       65526561646F6E6C7901526561646F6E6C7901010D0A72657365745461620172
  4734.       6573657454616201010D0A4C6162656C343201526F777370616E01010D0A4C61
  4735.       62656C32340152E66B6B657201526F7773010D0A4C6162656C333601536B7269
  4736.       66747479706501466F6E74010D0A62696C6C6564655374726574636850726576
  4737.       69657701537472E66B2062696C6C656465015374726574636820696D61676501
  4738.       0D0A4C6162656C3238015374F87272656C73650153697A65010D0A4C6162656C
  4739.       3536015374F87272656C73650153697A65010D0A4C6162656C3634015374F872
  4740.       72656C73650153697A65010D0A4C6162656C3735015374F87272656C73650153
  4741.       697A65010D0A4C6162656C3835015374F87272656C73650153697A65010D0A73
  4742.       75626D6974546162017375626D697454616201010D0A4C6162656C3230015461
  4743.       62656C6C6572015461626C6573010D0A4C6162656C323101546162656C74656B
  4744.       7374015461626C6574657874010D0A546162536865657435017461626C650101
  4745.       0D0A6C697374526164696F54616C0154616C014F726465726564010D0A546162
  4746.       53686565743701746401010D0A4C6162656C3337015465676E01446972010D0A
  4747.       6C697374526164696F5465676E015465676E01556E6F726465726564010D0A54
  4748.       6578744C6162656C0154656B73740154657874010D0A4C6162656C3434015465
  4749.       6B7374206661727665015465787420636F6C6F72010D0A4C6162656C35370154
  4750.       656B73742F76E672646901546578742F76616C7565010D0A4C6162656C363001
  4751.       54656B73742F76E672646901546578742F76616C7565010D0A4C6162656C3632
  4752.       0154656B73742F76E672646901546578742F76616C7565010D0A4C6162656C36
  4753.       360154656B73742F76E672646901546578742F76616C7565010D0A4C6162656C
  4754.       37300154656B73742F76E672646901546578742F76616C7565010D0A4C616265
  4755.       6C37310154656B73742F76E672646901546578742F76616C7565010D0A4C6162
  4756.       656C37370154656B73742F76E672646901546578742F76616C7565010D0A4C61
  4757.       62656C37390154656B73742F76E672646901546578742F76616C7565010D0A4C
  4758.       6162656C38300154656B73742F76E672646901546578742F76616C7565010D0A
  4759.       4C6162656C38330154656B73742F76E672646901546578742F76616C7565010D
  4760.       0A746578746172656154616201746578746172656154616201010D0A54657874
  4761.       546162015465787454616201010D0A4C6162656C353001546974656C01546974
  4762.       6C65010D0A4C6162656C323601546974656C015469746C65010D0A4C6162656C
  4763.       313801546F702F62756E64206D617267696E01546F702F626F74746F6D206D61
  4764.       7267696E010D0A54616253686565743601747201010D0A4C6162656C31015479
  4765.       6B6B656C736501486569676874010D0A4C6162656C33310155647365656E6465
  4766.       014C6F6F6B010D0A666F6E744342556E6465727374726567657401556E646572
  4767.       7374726567657401556E6465726C696E6564010D0A68724C656674416C69676E
  4768.       0156656E737472657374696C6C6574014C656674010D0A4C6162656C34300156
  4769.       657274696B616C206A7573746572696E6701566572746963616C20616C69676E
  4770.       6D656E74010D0A4C6162656C33390156657274696B616C206A7573746572696E
  4771.       6701566572746963616C20616C69676E6D656E74010D0A737448696E74730D0A
  4772.       544469616C6F67466F726D0101010D0A50616E656C320101010D0A4469616C6F
  4773.       67506167650101010D0A5461625368656574310101010D0A687250616E656C01
  4774.       01010D0A4C6162656C330101010D0A4C6162656C340101010D0A435353427574
  4775.       746F6E0101010D0A5461625368656574320101010D0A6C696E6B50616E656C01
  4776.       01010D0A5461625368656574330101010D0A62696C6C65646550616E656C0101
  4777.       010D0A4C6162656C31320101010D0A4C6162656C31340101010D0A4C6162656C
  4778.       31370101010D0A466C617450616E656C310101010D0A62696C6C656465507265
  4779.       766965770101010D0A5461625368656574350101010D0A7461626C6550616E65
  4780.       6C0101010D0A5461626C65546F7050616E656C0101010D0A4C6162656C323301
  4781.       01010D0A746162656C426F726465720101010D0A746162656C57696474680101
  4782.       010D0A746162656C4865696768740101010D0A7461626C65436F6C6F72010101
  4783.       0D0A5461626C65426F74746F6D50616E656C0101010D0A4C6162656C32300101
  4784.       010D0A5461625368656574340101010D0A6C69737450616E656C0101010D0A6C
  4785.       69737450726F707350616E656C0101010D0A4C6162656C33320101010D0A4C61
  4786.       62656C33310101010D0A6C6973744C69737450616E656C0101010D0A4C616265
  4787.       6C32390101010D0A4C6973744C6973740101010D0A5461625368656574380101
  4788.       010D0A666F6E7450616E656C0101010D0A4C6162656C32380101010D0A4C6162
  4789.       656C33360101010D0A4C6162656C33370101010D0A666F6E74466F6E74426F78
  4790.       0101010D0A666F6E745465676E626F780101010D0A666F6E7453697A65626F78
  4791.       0101010D0A666F6E74466F6E740101010D0A666F6E745465676E0101010D0A66
  4792.       6F6E7453697A650101010D0A666F6E74436F6C6F720101010D0A466F6E744578
  4793.       74726150616E656C0101010D0A666F6E744661727665436865636B426F780101
  4794.       010D0A5461625368656574360101010D0A747250616E656C0101010D0A546162
  4795.       5368656574370101010D0A746450616E656C0101010D0A7464436F6C6F720101
  4796.       010D0A5461625368656574390101010D0A64697650616E656C0101010D0A4869
  4797.       6E7450616E656C0101010D0A4D6964646C6550616E656C0101010D0A48696E74
  4798.       4C6162656C0101010D0A4C65667450616E656C0101010D0A496D616765310101
  4799.       010D0A526967687450616E656C0101010D0A626F64795461620101010D0A626F
  4800.       647950616E656C0101010D0A626F6479426F74746F6D50616E656C0101010D0A
  4801.       4C6162656C34350101010D0A436F6C6F7250616E656C0101010D0A546578744C
  4802.       6162656C0101010D0A4C696E6B6C6162656C0101010D0A4163746976656C696E
  4803.       6B4C6162656C0101010D0A566973697465646C696E6B4C6162656C0101010D0A
  4804.       50726576696577496D6167650101010D0A626F6479546F7050616E656C010101
  4805.       0D0A4576656E74477269640101010D0A666F726D0101010D0A666F726D50616E
  4806.       656C0101010D0A4C6162656C35310101010D0A4C6162656C35320101010D0A54
  4807.       6578745461620101010D0A496E70757450616E656C0101010D0A48696464656E
  4808.       5461620101010D0A48696464656E50616E656C0101010D0A50617373776F7264
  4809.       5461620101010D0A70617373776F726450616E656C0101010D0A746578746172
  4810.       65615461620101010D0A746578746172656150616E656C0101010D0A72616469
  4811.       6F627574746F6E5461620101010D0A726164696F50616E656C0101010D0A6368
  4812.       65636B626F785461620101010D0A636865636B50616E656C0101010D0A64726F
  4813.       70646F776E5461620101010D0A64726F70646F776E50616E656C0101010D0A64
  4814.       726F70646F776E6F7074696F6E730101010D0A627574746F6E5461620101010D
  4815.       0A627574746F6E50616E656C0101010D0A7375626D69745461620101010D0A73
  4816.       75626D6974427574746F6E50616E656C0101010D0A7265736574546162010101
  4817.       0D0A7265736574427574746F6E50616E656C0101010D0A696D61676554616201
  4818.       01010D0A696D616765427574746F6E50616E656C0101010D0A66696C65546162
  4819.       0101010D0A66696C6550616E656C0101010D0A53657474696E677350616E656C
  4820.       0101010D0A74645769647468436865636B0141666B7279647320687669732062
  4821.       72656464656E20736B616C2062657374656D6D657320692064696E206B6F6465
  4822.       2E01436865636B20696620796F752077616E742074686520776964746820746F
  4823.       206265206C6F636B656420746F20612076616C756520796F7520646563696465
  4824.       2E010D0A7464486569676874436865636B0141666B7279647320687669732068
  4825.       F86A64656E20736B616C2062657374656D6D657320692064696E206B6F64652E
  4826.       01436865636B20696620796F752077616E74207468652068656967687420746F
  4827.       206265206C6F636B656420746F20612076616C756520796F7520646563696465
  4828.       2E010D0A4C6162656C313001416E67697620656E206164726573736520285552
  4829.       4C29206C696E6B657420736B616C20706567652070E52E01456E74657220616E
  4830.       2061646472657373202855524C29207468652068797065726C696E6B2073686F
  4831.       756C6420706F696E7420746F2E010D0A4C696E6B55726C01416E67697620656E
  4832.       2061647265737365202855524C29206C696E6B657420736B616C207065676520
  4833.       70E52E01456E74657220616E2061646472657373202855524C29207468652068
  4834.       797065726C696E6B2073686F756C6420706F696E7420746F2E010D0A4C616265
  4835.       6C3801416E67697620656E206265736B726976656C73652070E520646974206C
  4836.       696E6B2E204465742065722064656E20627275676572656E20736572206F6720
  4837.       6B6C696B6B65722070E52E01456E7465722061206465736372697074696F6E20
  4838.       666F7220796F7572206C696E6B202874686520757365722077696C6C20736565
  4839.       20616E642062652061626C6520746F20636C69636B2074686973207465787429
  4840.       010D0A4C696E6B4265736B726976656C736501416E67697620656E206265736B
  4841.       726976656C73652070E520646974206C696E6B2E204465742065722064656E20
  4842.       627275676572656E20736572206F67206B6C696B6B65722070E52E01456E7465
  4843.       722061206465736372697074696F6E20666F7220796F7572206C696E6B202874
  4844.       686520757365722077696C6C2073656520616E642062652061626C6520746F20
  4845.       636C69636B2074686973207465787429010D0A4C6162656C3901416E67697620
  4846.       6576742E20656E20414C542074656B73742C20616C7473E520656E2074656B73
  4847.       7420646572207669736573206EE57220627275676572656E2070656765722070
  4848.       E5206C696E6B65742E01456E74657220616E20616C7465726E61746976652074
  4849.       6578742C2077686963682077696C6C2062652073686F776E207768656E207468
  4850.       65207573657220706F696E747320746865206D6F757365206F76657220746865
  4851.       206C696E6B2E010D0A6C696E6B414C5401416E676976206576742E20656E2041
  4852.       4C542074656B73742C20616C7473E520656E2074656B73742064657220766973
  4853.       6573206EE57220627275676572656E2070656765722070E5206C696E6B65742E
  4854.       01456E74657220616E20616C7465726E617469766520746578742C2077686963
  4855.       682077696C6C2062652073686F776E207768656E20746865207573657220706F
  4856.       696E747320746865206D6F757365206F76657220746865206C696E6B2E010D0A
  4857.       746162656C4342576964746801416E67697620746162656C6C656E7320627265
  4858.       6464652E2041666B727964732068766973206272656464656E20736B616C2062
  4859.       657374656D6D657320692064696E206B6F64652E015769647468206F6620796F
  4860.       7572207461626C652E010D0A746162656C434248656967687401416E67697620
  4861.       746162656C6C656E732068F86A64652E2041666B7279647320687669732068F8
  4862.       6A64656E20736B616C2062657374656D6D657320692064696E206B6F64652E01
  4863.       486569676874206F6620796F7572207461626C652E010D0A4C6162656C313901
  4864.       416E67697665722061667374616E64656E206D656C6C656D2062696C6C656465
  4865.       74732068F86A7265206F672076656E7374726520736964652C206F672062696C
  4866.       6C6564657473206F6D676976656E646520656C656D656E7465722E0153657420
  4867.       7468652064697374616E6365206265747765656E2074686520696D6167657320
  4868.       6C65667420616E642072696768742C20616E642074686520696D616765732073
  4869.       7572726F756E64696E6720656C656D656E74732E010D0A62696C6C6564654853
  4870.       7061636501416E67697665722061667374616E64656E206D656C6C656D206269
  4871.       6C6C65646574732068F86A7265206F672076656E7374726520736964652C206F
  4872.       672062696C6C6564657473206F6D676976656E646520656C656D656E7465722E
  4873.       01536574207468652064697374616E6365206265747765656E2074686520696D
  4874.       61676573206C65667420616E642072696768742C20616E642074686520696D61
  4875.       67657320737572726F756E64696E6720656C656D656E74732E010D0A4C616265
  4876.       6C313801416E67697665722061667374616E64656E206D656C6C656D2062696C
  4877.       6C656465747320746F70206F672062756E642C206F672062696C6C6564657473
  4878.       206F6D676976656E646520656C656D656E7465722E0153657420746865206469
  4879.       7374616E6365206265747765656E2074686520696D6167657320746F7020616E
  4880.       6420626F74746F6D2C20616E642074686520696D6167657320737572726F756E
  4881.       64696E6720656C656D656E74732E010D0A62696C6C6564655653706163650141
  4882.       6E67697665722061667374616E64656E206D656C6C656D2062696C6C65646574
  4883.       7320746F70206F672062756E642C206F672062696C6C6564657473206F6D6769
  4884.       76656E646520656C656D656E7465722E01536574207468652064697374616E63
  4885.       65206265747765656E2074686520696D6167657320746F7020616E6420626F74
  4886.       746F6D2C20616E642074686520696D6167657320737572726F756E64696E6720
  4887.       656C656D656E74732E010D0A43616E63656C427574746F6E01416E6E756C6C65
  4888.       722E0143616E63656C2E010D0A4C6162656C363801416E74616C206C696E6965
  4889.       722064697420546578746172656120736B616C2076E672652070E52E014E756D
  4890.       626572206F66206C696E657320666F7220796F75722054657874617265612E01
  4891.       0D0A7465787461726561526F777301416E74616C206C696E6965722064697420
  4892.       546578746172656120736B616C2076E672652070E52E014E756D626572206F66
  4893.       206C696E657320666F7220796F75722054657874617265612E010D0A43535350
  4894.       616E656C014176616E636572656465206D756C6967686564657220666F722064
  4895.       656E6E65206469616C6F672E01416476616E636564206F7074696F6E7320666F
  4896.       722074686973206469616C6F672E010D0A4C6162656C37340142657374656D20
  4897.       68766F72206D616E67652076616C676D756C6967686564657220576562436F64
  4898.       657220736B616C2067656E65726572652E204475206B616E2073656C76207469
  4899.       6C66F86A6520666C6572652073656E6572652E0144656369646520686F77206D
  4900.       616E79206F7074696F6E7320796F75207769736820666F7220576562436F6465
  4901.       7220746F2067656E65726174652E20596F752063616E206D616E75616C6C7920
  4902.       616464206D6F7265206C617465722E010D0A64726F70646F776E56616C676D75
  4903.       6C696768656465720142657374656D2068766F72206D616E67652076616C676D
  4904.       756C6967686564657220576562436F64657220736B616C2067656E6572657265
  4905.       2E204475206B616E2073656C762074696C66F86A6520666C6572652073656E65
  4906.       72652E0144656369646520686F77206D616E79206F7074696F6E7320796F7520
  4907.       7769736820666F7220576562436F64657220746F2067656E65726174652E2059
  4908.       6F752063616E206D616E75616C6C7920616464206D6F7265206C617465722E01
  4909.       0D0A746162656C576964746850726F63656E740142657374656D206F6D2076E6
  4910.       726469656E20736B616C2076E6726520692070726F63656E7420286162736F6C
  4911.       75742920656C6C6572206920706978656C73202872656C61746976292E015365
  4912.       74207468652076616C756520746F20626520696E2070657263656E7420286162
  4913.       736F6C757429206F7220696E20706978656C73202872656C6174697665292E01
  4914.       0D0A746162656C48656967687450726F63656E740142657374656D206F6D2076
  4915.       E6726469656E20736B616C2076E6726520692070726F63656E7420286162736F
  4916.       6C75742920656C6C6572206920706978656C73202872656C61746976292E0153
  4917.       6574207468652076616C756520746F20626520696E2070657263656E74202861
  4918.       62736F6C757429206F7220696E20706978656C73202872656C6174697665292E
  4919.       010D0A7464576964746850726F63656E740142657374656D206F6D2076E67264
  4920.       69656E20736B616C2076E6726520692070726F63656E7420286162736F6C7574
  4921.       2920656C6C6572206920706978656C73202872656C61746976292E0153657420
  4922.       7468652076616C756520746F20626520696E2070657263656E7420286162736F
  4923.       6C757429206F7220696E20706978656C73202872656C6174697665292E010D0A
  4924.       746448656967687450726F63656E740142657374656D206F6D2076E672646965
  4925.       6E20736B616C2076E6726520692070726F63656E7420286162736F6C75742920
  4926.       656C6C6572206920706978656C73202872656C61746976292E01536574207468
  4927.       652076616C756520746F20626520696E2070657263656E7420286162736F6C75
  4928.       7429206F7220696E20706978656C73202872656C6174697665292E010D0A6269
  4929.       6C6C65646557696474680142696C6C6564657473206272656464652E204B616E
  4930.       20E66E647265732C206D656E2076696C2066E52062696C6C656465742074696C
  4931.       206174207365206C65747465726520226772756D736574222075642E01576964
  4932.       7468206F662074686520696D6167652E2053686F756C64206265207365742062
  4933.       7920576562436F6465722E010D0A62696C6C6564654865696768740142696C6C
  4934.       65646574732068F86A64652E204B616E20E66E647265732C206D656E2076696C
  4935.       2066E52062696C6C656465742074696C206174207365206C6574746572652022
  4936.       6772756D736574222075642E01486569676874206F662074686520696D616765
  4937.       2E2053686F756C642062652073657420627920576562436F6465722E010D0A74
  4938.       645769647468014272656464652070E52064696E2063656C6C652E0157696474
  4939.       68206F6620796F75722063656C6C2E010D0A6C697374526164696F54616C0142
  4940.       7275672074616C20736F6D2070756E6B7465722E014D616B6520616E206F7264
  4941.       65726564206C6973742E010D0A6C697374526164696F5465676E014272756720
  4942.       7465676E20736F6D2070756E6B7465722E014D616B6520616E20756E6F726465
  4943.       726564206C6973742E010D0A4C6162656C3501436C6173732E20427275676573
  4944.       2074696C2061742072656665726572652074696C20656E207370656369656C20
  4945.       6B6C61737365206920646974205374796C6553686565742E01436C6173732E20
  4946.       5573656420746F20726566657220746F2061207370656369616C20636C617373
  4947.       20696E20796F7572207374796C6573686565742E010D0A435353436C61737301
  4948.       436C6173732E204272756765732074696C206174207265666572657265207469
  4949.       6C20656E207370656369656C206B6C61737365206920646974205374796C6553
  4950.       686565742E01436C6173732E205573656420746F20726566657220746F206120
  4951.       7370656369616C20636C61737320696E20796F7572207374796C657368656574
  4952.       2E010D0A4C6162656C35330144656E2068616E646C696E6720666F726D656E20
  4953.       736B616C20756466F872652E20486572206B616E206475206678207265666572
  4954.       6572652074696C2065742043474920656C6C657220504850207363726970742E
  4955.       0154686520616374696F6E20746861742074686520666F726D2073686F756C64
  4956.       20706572666F726D2E20596F752063616E20726566657220746F206120434749
  4957.       206F7220504850207363726970742C20666F7220696E7374616E63652E20010D
  4958.       0A666F726D466F726D616374696F6E0144656E2068616E646C696E6720666F72
  4959.       6D656E20736B616C20756466F872652E20486572206B616E2064752066782072
  4960.       656665726572652074696C2065742043474920656C6C65722050485020736372
  4961.       6970742E0154686520616374696F6E20746861742074686520666F726D207368
  4962.       6F756C6420706572666F726D2E20596F752063616E20726566657220746F2061
  4963.       20434749206F7220504850207363726970742C20666F7220696E7374616E6365
  4964.       2E20010D0A4C6162656C3537014465742074656B737420646572207374E57220
  4965.       692064697420656C656D656E742C20616C7473E5206465742062727567657265
  4966.       6E207365722E01546578742F76616C756520666F722074686520656C656D656E
  4967.       742E010D0A696E70757454656B7374014465742074656B737420646572207374
  4968.       E57220692064697420656C656D656E742C20616C7473E5206465742062727567
  4969.       6572656E207365722E01546578742F76616C756520666F722074686520656C65
  4970.       6D656E742E010D0A4C6162656C3630014465742074656B737420646572207374
  4971.       E57220692064697420656C656D656E742C20616C7473E5206465742062727567
  4972.       6572656E207365722E01546578742F76616C756520666F722074686520656C65
  4973.       6D656E742E010D0A68696464656E54656B7374014465742074656B7374206465
  4974.       72207374E57220692064697420656C656D656E742C20616C7473E52064657420
  4975.       627275676572656E207365722E01546578742F76616C756520666F7220746865
  4976.       20656C656D656E742E010D0A4C6162656C3632014465742074656B7374206465
  4977.       72207374E57220692064697420656C656D656E742C20616C7473E52064657420
  4978.       627275676572656E207365722E01546578742F76616C756520666F7220746865
  4979.       20656C656D656E742E010D0A70617373776F726454656B737401446574207465
  4980.       6B737420646572207374E57220692064697420656C656D656E742C20616C7473
  4981.       E52064657420627275676572656E207365722E01546578742F76616C75652066
  4982.       6F722074686520656C656D656E742E010D0A4C6162656C363601446574207465
  4983.       6B737420646572207374E57220692064697420656C656D656E742C20616C7473
  4984.       E52064657420627275676572656E207365722E01546578742F76616C75652066
  4985.       6F722074686520656C656D656E742E010D0A4C6162656C373001446574207465
  4986.       6B737420646572207374E57220692064697420656C656D656E742C20616C7473
  4987.       E52064657420627275676572656E207365722E01546578742F76616C75652066
  4988.       6F722074686520656C656D656E742E010D0A726164696F54656B737401446574
  4989.       2074656B737420646572207374E57220692064697420656C656D656E742C2061
  4990.       6C7473E52064657420627275676572656E207365722E01546578742F76616C75
  4991.       6520666F722074686520656C656D656E742E010D0A4C6162656C373101446574
  4992.       2074656B737420646572207374E57220692064697420656C656D656E742C2061
  4993.       6C7473E52064657420627275676572656E207365722E01546578742F76616C75
  4994.       6520666F722074686520656C656D656E742E010D0A636865636B54656B737401
  4995.       4465742074656B737420646572207374E57220692064697420656C656D656E74
  4996.       2C20616C7473E52064657420627275676572656E207365722E01546578742F76
  4997.       616C756520666F722074686520656C656D656E742E010D0A4C6162656C373701
  4998.       4465742074656B737420646572207374E57220692064697420656C656D656E74
  4999.       2C20616C7473E52064657420627275676572656E207365722E01546578742F76
  5000.       616C756520666F722074686520656C656D656E742E010D0A627574746F6E5465
  5001.       6B7374014465742074656B737420646572207374E57220692064697420656C65
  5002.       6D656E742C20616C7473E52064657420627275676572656E207365722E015465
  5003.       78742F76616C756520666F722074686520656C656D656E742E010D0A4C616265
  5004.       6C3739014465742074656B737420646572207374E57220692064697420656C65
  5005.       6D656E742C20616C7473E52064657420627275676572656E207365722E015465
  5006.       78742F76616C756520666F722074686520656C656D656E742E010D0A7375626D
  5007.       6974627574746F6E54656B7374014465742074656B737420646572207374E572
  5008.       20692064697420656C656D656E742C20616C7473E52064657420627275676572
  5009.       656E207365722E01546578742F76616C756520666F722074686520656C656D65
  5010.       6E742E010D0A4C6162656C3830014465742074656B737420646572207374E572
  5011.       20692064697420656C656D656E742C20616C7473E52064657420627275676572
  5012.       656E207365722E01546578742F76616C756520666F722074686520656C656D65
  5013.       6E742E010D0A7265736574627574746F6E54656B7374014465742074656B7374
  5014.       20646572207374E57220692064697420656C656D656E742C20616C7473E52064
  5015.       657420627275676572656E207365722E01546578742F76616C756520666F7220
  5016.       74686520656C656D656E742E010D0A4C6162656C3833014465742074656B7374
  5017.       20646572207374E57220692064697420656C656D656E742C20616C7473E52064
  5018.       657420627275676572656E207365722E01546578742F76616C756520666F7220
  5019.       74686520656C656D656E742E010D0A696D616765627574746F6E54656B737401
  5020.       4465742074656B737420646572207374E57220692064697420656C656D656E74
  5021.       2C20616C7473E52064657420627275676572656E207365722E01546578742F76
  5022.       616C756520666F722074686520656C656D656E742E010D0A636865636B446561
  5023.       6B746976657265740144697420656C656D656E742076697365732C206D656E20
  5024.       646574206B616E20696B6B652062656E79747465732E0154686520656C656D65
  5025.       6E742077696C6C2062652073686F776E2C206275742064697361626C65642028
  5026.       63616E27742062652075736564292E010D0A696E7075744465616B7469766572
  5027.       65740144697420656C656D656E742076697365732C206D656E20646574206B61
  5028.       6E20696B6B652062656E79747465732E0154686520656C656D656E742077696C
  5029.       6C2062652073686F776E2C206275742064697361626C6564202863616E277420
  5030.       62652075736564292E010D0A68696464656E4465616B74697665726574014469
  5031.       7420656C656D656E742076697365732C206D656E20646574206B616E20696B6B
  5032.       652062656E79747465732E0154686520656C656D656E742077696C6C20626520
  5033.       73686F776E2C206275742064697361626C6564202863616E2774206265207573
  5034.       6564292E010D0A70617373776F72644465616B74697665726574014469742065
  5035.       6C656D656E742076697365732C206D656E20646574206B616E20696B6B652062
  5036.       656E79747465732E0154686520656C656D656E742077696C6C2062652073686F
  5037.       776E2C206275742064697361626C6564202863616E2774206265207573656429
  5038.       2E010D0A74657874617265614465616B746976657265740144697420656C656D
  5039.       656E742076697365732C206D656E20646574206B616E20696B6B652062656E79
  5040.       747465732E0154686520656C656D656E742077696C6C2062652073686F776E2C
  5041.       206275742064697361626C6564202863616E27742062652075736564292E010D
  5042.       0A726164696F4465616B746976657265740144697420656C656D656E74207669
  5043.       7365732C206D656E20646574206B616E20696B6B652062656E79747465732E01
  5044.       54686520656C656D656E742077696C6C2062652073686F776E2C206275742064
  5045.       697361626C6564202863616E27742062652075736564292E010D0A64726F7064
  5046.       6F776E4465616B746976657265740144697420656C656D656E74207669736573
  5047.       2C206D656E20646574206B616E20696B6B652062656E79747465732E20015468
  5048.       6520656C656D656E742077696C6C2062652073686F776E2C2062757420646973
  5049.       61626C6564202863616E27742062652075736564292E010D0A627574746F6E44
  5050.       65616B746976657265740144697420656C656D656E742076697365732C206D65
  5051.       6E20646574206B616E20696B6B652062656E79747465732E0154686520656C65
  5052.       6D656E742077696C6C2062652073686F776E2C206275742064697361626C6564
  5053.       202863616E27742062652075736564292E010D0A7375626D6974627574746F6E
  5054.       4465616B746976657265740144697420656C656D656E742076697365732C206D
  5055.       656E20646574206B616E20696B6B652062656E79747465732E0154686520656C
  5056.       656D656E742077696C6C2062652073686F776E2C206275742064697361626C65
  5057.       64202863616E27742062652075736564292E010D0A7265736574627574746F6E
  5058.       4465616B746976657265740144697420656C656D656E742076697365732C206D
  5059.       656E20646574206B616E20696B6B652062656E79747465732E0154686520656C
  5060.       656D656E742077696C6C2062652073686F776E2C206275742064697361626C65
  5061.       64202863616E27742062652075736564292E010D0A696D616765627574746F6E
  5062.       4465616B746976657265740144697420656C656D656E742076697365732C206D
  5063.       656E20646574206B616E20696B6B652062656E79747465732E0154686520656C
  5064.       656D656E742077696C6C2062652073686F776E2C206275742064697361626C65
  5065.       64202863616E27742062652075736564292E010D0A66696C654465616B746976
  5066.       657265740144697420656C656D656E742076697365732C206D656E2064657420
  5067.       6B616E20696B6B652062656E79747465732E0154686520656C656D656E742077
  5068.       696C6C2062652073686F776E2C206275742064697361626C6564202863616E27
  5069.       742062652075736564292E010D0A4C6162656C353601456C656D656E74657473
  5070.       207374F87272656C7365206920616E74616C207465676E2E0153697A65206F66
  5071.       2074686520656C656D656E742C206D6561737572656420696E206E756D626572
  5072.       206F6620636861726163746572732E010D0A696E70757453697A6501456C656D
  5073.       656E74657473207374F87272656C7365206920616E74616C207465676E2E0153
  5074.       697A65206F662074686520656C656D656E742C206D6561737572656420696E20
  5075.       6E756D626572206F6620636861726163746572732E010D0A4C6162656C363401
  5076.       456C656D656E74657473207374F87272656C7365206920616E74616C20746567
  5077.       6E2E0153697A65206F662074686520656C656D656E742C206D65617375726564
  5078.       20696E206E756D626572206F6620636861726163746572732E010D0A70617373
  5079.       776F726453697A6501456C656D656E74657473207374F87272656C7365206920
  5080.       616E74616C207465676E2E0153697A65206F662074686520656C656D656E742C
  5081.       206D6561737572656420696E206E756D626572206F6620636861726163746572
  5082.       732E010D0A4C6162656C383501456C656D656E74657473207374F87272656C73
  5083.       65206920616E74616C207465676E2E0153697A65206F662074686520656C656D
  5084.       656E742C206D6561737572656420696E206E756D626572206F66206368617261
  5085.       63746572732E010D0A66696C6553697A6501456C656D656E74657473207374F8
  5086.       7272656C7365206920616E74616C207465676E2E0153697A65206F6620746865
  5087.       20656C656D656E742C206D6561737572656420696E206E756D626572206F6620
  5088.       636861726163746572732E010D0A646F50485045736361706501457363617065
  5089.       20616C6C652022207465676E0145736361706520616C6C202220636861727301
  5090.       0D0A4C6162656C3436014576656E7475656C2074656B737420647520F86E736B
  5091.       65722070E57669726B6574206166206469742076616C6720616620736B726966
  5092.       74747970652E015465787420796F752077616E7420696E736572746564207769
  5093.       7468207468652073656C656374656420666F6E742073657474696E67732E010D
  5094.       0A666F6E7454656B7374014576656E7475656C2074656B737420647520F86E73
  5095.       6B65722070E57669726B6574206166206469742076616C6720616620736B7269
  5096.       6674747970652E015465787420796F752077616E7420696E7365727465642077
  5097.       697468207468652073656C656374656420666F6E742073657474696E67732E01
  5098.       0D0A4C6162656C36014576742E205374796C655368656574206B6F6465206465
  5099.       7220736B616C2067E66C646520666F7220646574746520656C656D656E740153
  5100.       74796C65536865657420636F646520746F2075736520666F7220746869732065
  5101.       6C656D656E742E010D0A435353014576742E205374796C655368656574206B6F
  5102.       64652064657220736B616C2067E66C646520666F7220646574746520656C656D
  5103.       656E74015374796C65536865657420636F646520746F2075736520666F722074
  5104.       68697320656C656D656E742E010D0A746578746172656154656B737401457674
  5105.       2E2074656B7374206920646974205465787441726561015465787420746F2062
  5106.       6520696E73657274656420696E20746865205465787461726561206669656C64
  5107.       2E010D0A466C61745370656564427574746F6E360146696E642065742062696C
  5108.       6C6564652076656420686AE66C7020616620496D6167654578706C6F7265722E
  5109.       0146696E6420616E20696D616765207769746820576562436F6465727320496D
  5110.       6167654578706C6F7265722E010D0A4F4B427574746F6E0147656E6572657220
  5111.       48544D4C206B6F6465207564206672612064652076616C677465206D756C6967
  5112.       68656465722E0147656E65726174652048544D4C20636F64652066726F6D2074
  5113.       68652073656C6563746564206F7074696F6E732E010D0A4C6162656C37014769
  5114.       762064697420656C656D656E7420657420756E696B742049442C2073E5206465
  5115.       74206B616E206964656E746966696365726573206678206920666F7262696E64
  5116.       656C7365206D65642062727567206166206574205374796C6553686565742E01
  5117.       596F752063616E206769766520796F757220656C656D656E74206120756E6971
  5118.       75652049442C20746F206964656E7469667920697420652E672E207768656E20
  5119.       7573696E672061207374796C6573686565742E010D0A43535369640147697620
  5120.       64697420656C656D656E7420657420756E696B742049442C2073E52064657420
  5121.       6B616E206964656E746966696365726573206678206920666F7262696E64656C
  5122.       7365206D65642062727567206166206574205374796C6553686565742E01596F
  5123.       752063616E206769766520796F757220656C656D656E74206120756E69717565
  5124.       2049442C20746F206964656E7469667920697420652E672E207768656E207573
  5125.       696E672061207374796C6573686565742E010D0A4C6162656C34390148766973
  5126.       2064752076696C206272756765206574205374796C6553686565742074696C20
  5127.       64697420646F6B756D656E742C206B616E2064752076E66C6765206465742068
  5128.       65722E01496620796F752077616E7420796F757220646F63756D656E7420746F
  5129.       206C696E6B20746F2061207374796C6573686565742C20777269746520746865
  5130.       2066696C656E616D6520686572652E010D0A626F64795374796C655368656574
  5131.       01487669732064752076696C206272756765206574205374796C655368656574
  5132.       2074696C2064697420646F6B756D656E742C206B616E2064752076E66C676520
  5133.       646574206865722E01496620796F752077616E7420796F757220646F63756D65
  5134.       6E7420746F206C696E6B20746F2061207374796C6573686565742C2077726974
  5135.       65207468652066696C656E616D6520686572652E010D0A696E70757452656164
  5136.       6F6E6C79014876697320657420656C656D656E7420657220726561646F6E6C79
  5137.       2C206B616E20627275676572656E20696B6B6520E66E6472652070E520646574
  5138.       2E01436F6E74656E7473206F66206120726561646F6E6C79206669656C642063
  5139.       616E277420626520616C74657265642062792074686520757365722E010D0A70
  5140.       617373776F7264526561646F6E6C79014876697320657420656C656D656E7420
  5141.       657220726561646F6E6C792C206B616E20627275676572656E20696B6B6520E6
  5142.       6E6472652070E5206465742E01436F6E74656E7473206F66206120726561646F
  5143.       6E6C79206669656C642063616E277420626520616C7465726564206279207468
  5144.       6520757365722E010D0A7465787461726561526561646F6E6C79014876697320
  5145.       657420656C656D656E7420657220726561646F6E6C792C206B616E2062727567
  5146.       6572656E20696B6B6520E66E6472652070E5206465742E01436F6E74656E7473
  5147.       206F66206120726561646F6E6C79206669656C642063616E277420626520616C
  5148.       74657265642062792074686520757365722E010D0A726164696F526561646F6E
  5149.       6C79014876697320657420656C656D656E7420657220726561646F6E6C792C20
  5150.       6B616E20627275676572656E20696B6B6520E66E6472652070E5206465742E01
  5151.       436F6E74656E7473206F66206120726561646F6E6C79206669656C642063616E
  5152.       277420626520616C74657265642062792074686520757365722E010D0A636865
  5153.       636B526561646F6E6C79014876697320657420656C656D656E74206572207265
  5154.       61646F6E6C792C206B616E20627275676572656E20696B6B6520E66E64726520
  5155.       70E5206465742E01436F6E74656E7473206F66206120726561646F6E6C792066
  5156.       69656C642063616E277420626520616C74657265642062792074686520757365
  5157.       722E010D0A66696C65526561646F6E6C79014876697320657420656C656D656E
  5158.       7420657220726561646F6E6C792C206B616E20627275676572656E20696B6B65
  5159.       20E66E6472652070E5206465742E01436F6E74656E7473206F66206120726561
  5160.       646F6E6C79206669656C642063616E277420626520616C746572656420627920
  5161.       74686520757365722E010D0A74644865696768740148F86A64652070E5206469
  5162.       6E2063656C6C652E01486569676874206F6620796F75722063656C6C2E010D0A
  5163.       666F6E74434246656401496E6473E674207461677320666F7220666564207465
  5164.       6B73742E01496E73657274207461677320666F7220626F6C6420746578742E01
  5165.       0D0A666F6E7443424B757273697601496E6473E674207461677320666F72206B
  5166.       75727369762074656B73742E01496E73657274207461677320666F7220697461
  5167.       6C696320746578742E010D0A666F6E744342556E646572737472656765740149
  5168.       6E6473E674207461677320666F7220756E646572737472656765742074656B73
  5169.       742E01496E73657274207461677320666F7220626F6C6420746578742E010D0A
  5170.       746162656C496E736572745465787401496E6473E6742074656B7374656E2074
  5171.       696C2064656E2076616C6774652063656C6C6520286B616E206F6773E52067F8
  5172.       726573206D656420456E746572292E01496E73657274207465787420696E2074
  5173.       68652073656C65637465642063656C6C202873686F72746375743A20456E7465
  5174.       72292E010D0A496E73657274456E644F7074696F6E5461677301496E6473E674
  5175.       746572206166736C757474656E6465203C2F6F7074696F6E3E20746167732E20
  5176.       50E56B72E67665742069205848544D4C20646F6B756D656E7465722E01496E73
  5177.       6572747320656E64696E67203C2F6F7074696F6E3E20746167732E2052657175
  5178.       697265642077697468205848544D4C2E010D0A64726F70646F776E4D756C7469
  5179.       706C65014C616420627275676572656E20666F72657461676520666C65726520
  5180.       76616C672076656420686AE66C70206166204374726C206F6720536869667420
  5181.       2B206B6C696B2E014C65742074686520757365722073656C656374206D6F7265
  5182.       207468616E206F6E65206F7074696F6E2C207573696E6720746865204374726C
  5183.       206F72205368696674202B20436C69636B2E010D0A62696C6C656465414C5443
  5184.       6865636B014C616420576562436F6465722067656E657265726520656E20414C
  5185.       542074656B7374207564206672612062696C6C656465747320646174612E014C
  5186.       657420576562436F6465722067656E657261746520616E20414C542074657874
  5187.       206261736564206F6E2064617461206F662074686520696D6167652E010D0A64
  5188.       6F5848544D4C436F6D706C69616E74014C61766572206B6F646520646572206F
  5189.       766572686F6C646572205848544D4C207374616E64617264656E0147656E6572
  5190.       61746520636F6465207468617420666F6C6C6F777320746865205848544D4C20
  5191.       7374616E646172642E010D0A466C6174427574746F6E31014C65642065667465
  5192.       722065742062696C6C6564652070E520636F6D7075746572656E2E0153656172
  5193.       636820666F7220696D61676573206F6E2074686520636F6D70757465722E010D
  5194.       0A466C6174427574746F6E32014C6564206566746572206574205374796C6553
  5195.       686565742070E520636F6D7075746572656E2E0153656172636820666F722061
  5196.       205374796C655368656574206F6E2074686520636F6D70757465722E010D0A46
  5197.       6C61745370656564427574746F6E32014C65642065667465722057656220646F
  5198.       6B756D656E7465722070E520636F6D7075746572656E2E015365617263682066
  5199.       6F7220646F63756D656E7473206F6E207468697320636F6D70757465722E010D
  5200.       0A45646974435353014C65642065667465722057656220646F6B756D656E7465
  5201.       722070E520636F6D7075746572656E2E0153656172636820666F722057656220
  5202.       646F63756D656E7473206F6E2074686520636F6D70757465722E010D0A466C61
  5203.       745370656564427574746F6E34014C65642070E520636F6D7075746572656E20
  5204.       65667465722065742062696C6C6564652E015365617263682074686520636F6D
  5205.       707574657220666F7220616E20696D6167652E010D0A4C6162656C3838014C69
  5206.       737465206F766572204D494D452D74797065722064657220736B616C2076E672
  5207.       652067796C646967652E205365706572E972206D6564206574206B6F6D6D612E
  5208.       014C697374206F66204D494D452D747970657320746F206163636570742E2053
  5209.       657061726174652077697468206120636F6D6D612E010D0A66696C6541636365
  5210.       7074014C69737465206F766572204D494D452D74797065722064657220736B61
  5211.       6C2076E672652067796C646967652E205365706572E972206D6564206574206B
  5212.       6F6D6D612E014C697374206F66204D494D452D747970657320746F2061636365
  5213.       70742E2053657061726174652077697468206120636F6D6D612E010D0A4C6162
  5214.       656C3535014D617820616E74616C20626F6773746176657220646572206B616E
  5215.       20696E647461737465732E014D6178696D756D206E756D626572206F66206368
  5216.       617261637465727320616C6C6F7765642E010D0A696E7075744D6178014D6178
  5217.       20616E74616C20626F6773746176657220646572206B616E20696E6474617374
  5218.       65732E014D6178696D756D206E756D626572206F662063686172616374657273
  5219.       20616C6C6F7765642E010D0A4C6162656C3633014D617820616E74616C20626F
  5220.       6773746176657220646572206B616E20696E647461737465732E014D6178696D
  5221.       756D206E756D626572206F66206368617261637465727320616C6C6F7765642E
  5222.       010D0A70617373776F72644D6178014D617820616E74616C20626F6773746176
  5223.       657220646572206B616E20696E647461737465732E014D6178696D756D206E75
  5224.       6D626572206F66206368617261637465727320616C6C6F7765642E010D0A666F
  5225.       726D4D65746F6465014D65746F64656E2064696E20666F726D2073656E646573
  5226.       2070E52E01546865206D6574686F64207573656420746F2073656E6420746865
  5227.       20666F726D2E010D0A4C6162656C3534014E61766E2070E52064697420656C65
  5228.       6D656E742E20457220766967746967742066782073616D6D656E206D65642050
  5229.       4850206F67206C69676E656E64652C206F6720736B616C20616E67697665732E
  5230.       014E616D65206F662074686520656C656D656E742C20746F2062652075736564
  5231.       20666F7220696E7374616E6365206279206120736372697074696E67206C616E
  5232.       6775616765206C696B6520504850206F72204A6176615363726970742E010D0A
  5233.       666F726D4E61766E014E61766E2070E52064697420656C656D656E742E204572
  5234.       20766967746967742066782073616D6D656E206D656420504850206F67206C69
  5235.       676E656E64652C206F6720736B616C20616E67697665732E014E616D65206F66
  5236.       2074686520656C656D656E742C20746F206265207573656420666F7220696E73
  5237.       74616E6365206279206120736372697074696E67206C616E6775616765206C69
  5238.       6B6520504850206F72204A6176615363726970742E010D0A4C6162656C353801
  5239.       4E61766E2070E52064697420656C656D656E742E204572207669677469677420
  5240.       66782073616D6D656E206D656420504850206F67206C69676E656E64652C206F
  5241.       6720736B616C20616E67697665732E014E616D65206F662074686520656C656D
  5242.       656E742C20746F206265207573656420666F7220696E7374616E636520627920
  5243.       6120736372697074696E67206C616E6775616765206C696B6520504850206F72
  5244.       204A6176615363726970742E010D0A696E7075744E61766E014E61766E2070E5
  5245.       2064697420656C656D656E742E20457220766967746967742066782073616D6D
  5246.       656E206D656420504850206F67206C69676E656E64652C206F6720736B616C20
  5247.       616E67697665732E014E616D65206F662074686520656C656D656E742C20746F
  5248.       206265207573656420666F7220696E7374616E63652062792061207363726970
  5249.       74696E67206C616E6775616765206C696B6520504850206F72204A6176615363
  5250.       726970742E010D0A4C6162656C3539014E61766E2070E52064697420656C656D
  5251.       656E742E20457220766967746967742066782073616D6D656E206D6564205048
  5252.       50206F67206C69676E656E64652C206F6720736B616C20616E67697665732E01
  5253.       4E616D65206F662074686520656C656D656E742C20746F206265207573656420
  5254.       666F7220696E7374616E6365206279206120736372697074696E67206C616E67
  5255.       75616765206C696B6520504850206F72204A6176615363726970742E010D0A68
  5256.       696464656E4E61766E014E61766E2070E52064697420656C656D656E742E2045
  5257.       7220766967746967742066782073616D6D656E206D656420504850206F67206C
  5258.       69676E656E64652C206F6720736B616C20616E67697665732E014E616D65206F
  5259.       662074686520656C656D656E742C20746F206265207573656420666F7220696E
  5260.       7374616E6365206279206120736372697074696E67206C616E6775616765206C
  5261.       696B6520504850206F72204A6176615363726970742E010D0A4C6162656C3631
  5262.       014E61766E2070E52064697420656C656D656E742E2045722076696774696774
  5263.       2066782073616D6D656E206D656420504850206F67206C69676E656E64652C20
  5264.       6F6720736B616C20616E67697665732E014E616D65206F662074686520656C65
  5265.       6D656E742C20746F206265207573656420666F7220696E7374616E6365206279
  5266.       206120736372697074696E67206C616E6775616765206C696B6520504850206F
  5267.       72204A6176615363726970742E010D0A70617373776F72644E61766E014E6176
  5268.       6E2070E52064697420656C656D656E742E204572207669677469677420667820
  5269.       73616D6D656E206D656420504850206F67206C69676E656E64652C206F672073
  5270.       6B616C20616E67697665732E014E616D65206F662074686520656C656D656E74
  5271.       2C20746F206265207573656420666F7220696E7374616E636520627920612073
  5272.       6372697074696E67206C616E6775616765206C696B6520504850206F72204A61
  5273.       76615363726970742E010D0A4C6162656C3635014E61766E2070E52064697420
  5274.       656C656D656E742E20457220766967746967742066782073616D6D656E206D65
  5275.       6420504850206F67206C69676E656E64652C206F6720736B616C20616E676976
  5276.       65732E014E616D65206F662074686520656C656D656E742C20746F2062652075
  5277.       73656420666F7220696E7374616E6365206279206120736372697074696E6720
  5278.       6C616E6775616765206C696B6520504850206F72204A6176615363726970742E
  5279.       010D0A74657874617265614E61766E014E61766E2070E52064697420656C656D
  5280.       656E742E20457220766967746967742066782073616D6D656E206D6564205048
  5281.       50206F67206C69676E656E64652C206F6720736B616C20616E67697665732E01
  5282.       4E616D65206F662074686520656C656D656E742C20746F206265207573656420
  5283.       666F7220696E7374616E6365206279206120736372697074696E67206C616E67
  5284.       75616765206C696B6520504850206F72204A6176615363726970742E010D0A4C
  5285.       6162656C3639014E61766E2070E52064697420656C656D656E742E2045722076
  5286.       6967746967742066782073616D6D656E206D656420504850206F67206C69676E
  5287.       656E64652C206F6720736B616C20616E67697665732E014E616D65206F662074
  5288.       686520656C656D656E742C20746F206265207573656420666F7220696E737461
  5289.       6E6365206279206120736372697074696E67206C616E6775616765206C696B65
  5290.       20504850206F72204A6176615363726970742E010D0A726164696F4E61766E01
  5291.       4E61766E2070E52064697420656C656D656E742E204572207669677469677420
  5292.       66782073616D6D656E206D656420504850206F67206C69676E656E64652C206F
  5293.       6720736B616C20616E67697665732E014E616D65206F662074686520656C656D
  5294.       656E742C20746F206265207573656420666F7220696E7374616E636520627920
  5295.       6120736372697074696E67206C616E6775616765206C696B6520504850206F72
  5296.       204A6176615363726970742E010D0A4C6162656C3732014E61766E2070E52064
  5297.       697420656C656D656E742E20457220766967746967742066782073616D6D656E
  5298.       206D656420504850206F67206C69676E656E64652C206F6720736B616C20616E
  5299.       67697665732E014E616D65206F662074686520656C656D656E742C20746F2062
  5300.       65207573656420666F7220696E7374616E636520627920612073637269707469
  5301.       6E67206C616E6775616765206C696B6520504850206F72204A61766153637269
  5302.       70742E010D0A636865636B4E61766E014E61766E2070E52064697420656C656D
  5303.       656E742E20457220766967746967742066782073616D6D656E206D6564205048
  5304.       50206F67206C69676E656E64652C206F6720736B616C20616E67697665732E01
  5305.       4E616D65206F662074686520656C656D656E742C20746F206265207573656420
  5306.       666F7220696E7374616E6365206279206120736372697074696E67206C616E67
  5307.       75616765206C696B6520504850206F72204A6176615363726970742E010D0A4C
  5308.       6162656C3733014E61766E2070E52064697420656C656D656E742E2045722076
  5309.       6967746967742066782073616D6D656E206D656420504850206F67206C69676E
  5310.       656E64652C206F6720736B616C20616E67697665732E014E616D65206F662074
  5311.       686520656C656D656E742C20746F206265207573656420666F7220696E737461
  5312.       6E6365206279206120736372697074696E67206C616E6775616765206C696B65
  5313.       20504850206F72204A6176615363726970742E010D0A64726F70646F776E4E61
  5314.       766E014E61766E2070E52064697420656C656D656E742E204572207669677469
  5315.       67742066782073616D6D656E206D656420504850206F67206C69676E656E6465
  5316.       2C206F6720736B616C20616E67697665732E014E616D65206F66207468652065
  5317.       6C656D656E742C20746F206265207573656420666F7220696E7374616E636520
  5318.       6279206120736372697074696E67206C616E6775616765206C696B6520504850
  5319.       206F72204A6176615363726970742E010D0A4C6162656C3736014E61766E2070
  5320.       E52064697420656C656D656E742E20457220766967746967742066782073616D
  5321.       6D656E206D656420504850206F67206C69676E656E64652C206F6720736B616C
  5322.       20616E67697665732E014E616D65206F662074686520656C656D656E742C2074
  5323.       6F206265207573656420666F7220696E7374616E636520627920612073637269
  5324.       7074696E67206C616E6775616765206C696B6520504850206F72204A61766153
  5325.       63726970742E010D0A627574746F6E4E61766E014E61766E2070E52064697420
  5326.       656C656D656E742E20457220766967746967742066782073616D6D656E206D65
  5327.       6420504850206F67206C69676E656E64652C206F6720736B616C20616E676976
  5328.       65732E014E616D65206F662074686520656C656D656E742C20746F2062652075
  5329.       73656420666F7220696E7374616E6365206279206120736372697074696E6720
  5330.       6C616E6775616765206C696B6520504850206F72204A6176615363726970742E
  5331.       010D0A4C6162656C3738014E61766E2070E52064697420656C656D656E742E20
  5332.       457220766967746967742066782073616D6D656E206D656420504850206F6720
  5333.       6C69676E656E64652C206F6720736B616C20616E67697665732E014E616D6520
  5334.       6F662074686520656C656D656E742C20746F206265207573656420666F722069
  5335.       6E7374616E6365206279206120736372697074696E67206C616E677561676520
  5336.       6C696B6520504850206F72204A6176615363726970742E010D0A7375626D6974
  5337.       627574746F6E4E61766E014E61766E2070E52064697420656C656D656E742E20
  5338.       457220766967746967742066782073616D6D656E206D656420504850206F6720
  5339.       6C69676E656E64652C206F6720736B616C20616E67697665732E014E616D6520
  5340.       6F662074686520656C656D656E742C20746F206265207573656420666F722069
  5341.       6E7374616E6365206279206120736372697074696E67206C616E677561676520
  5342.       6C696B6520504850206F72204A6176615363726970742E010D0A4C6162656C38
  5343.       31014E61766E2070E52064697420656C656D656E742E20457220766967746967
  5344.       742066782073616D6D656E206D656420504850206F67206C69676E656E64652C
  5345.       206F6720736B616C20616E67697665732E014E616D65206F662074686520656C
  5346.       656D656E742C20746F206265207573656420666F7220696E7374616E63652062
  5347.       79206120736372697074696E67206C616E6775616765206C696B652050485020
  5348.       6F72204A6176615363726970742E010D0A7265736574627574746F6E4E61766E
  5349.       014E61766E2070E52064697420656C656D656E742E2045722076696774696774
  5350.       2066782073616D6D656E206D656420504850206F67206C69676E656E64652C20
  5351.       6F6720736B616C20616E67697665732E014E616D65206F662074686520656C65
  5352.       6D656E742C20746F206265207573656420666F7220696E7374616E6365206279
  5353.       206120736372697074696E67206C616E6775616765206C696B6520504850206F
  5354.       72204A6176615363726970742E010D0A4C6162656C3832014E61766E2070E520
  5355.       64697420656C656D656E742E20457220766967746967742066782073616D6D65
  5356.       6E206D656420504850206F67206C69676E656E64652C206F6720736B616C2061
  5357.       6E67697665732E014E616D65206F662074686520656C656D656E742C20746F20
  5358.       6265207573656420666F7220696E7374616E6365206279206120736372697074
  5359.       696E67206C616E6775616765206C696B6520504850206F72204A617661536372
  5360.       6970742E010D0A4C6162656C3836014E61766E2070E52064697420656C656D65
  5361.       6E742E20457220766967746967742066782073616D6D656E206D656420504850
  5362.       206F67206C69676E656E64652C206F6720736B616C20616E67697665732E014E
  5363.       616D65206F662074686520656C656D656E742C20746F20626520757365642066
  5364.       6F7220696E7374616E6365206279206120736372697074696E67206C616E6775
  5365.       616765206C696B6520504850206F72204A6176615363726970742E010D0A6669
  5366.       6C654E61766E014E61766E2070E52064697420656C656D656E742E2045722076
  5367.       6967746967742066782073616D6D656E206D656420504850206F67206C69676E
  5368.       656E64652C206F6720736B616C20616E67697665732E014E616D65206F662074
  5369.       686520656C656D656E742C20746F206265207573656420666F7220696E737461
  5370.       6E6365206279206120736372697074696E67206C616E6775616765206C696B65
  5371.       20504850206F72204A6176615363726970742E010D0A696D616765627574746F
  5372.       6E4E61766E014E61766E2070E52064697420656C656D656E742E204572207669
  5373.       67746967742066782073616D6D656E206D656420504850206F67206C69676E65
  5374.       6E64652C206F6720736B616C20616E67697665732E014E616D65206F66207468
  5375.       6520656C656D656E742C20746F206265207573656420666F7220696E7374616E
  5376.       6365206279206120736372697074696E67206C616E6775616765206C696B6520
  5377.       504850206F72204A6176615363726970742E010D0A4C6162656C3136014E6176
  5378.       6E65742070E5206465742062696C6C6564652064752076696C20696E6473E674
  5379.       74652E0146696C656E616D65206F662074686520696D61676520796F75207761
  5380.       6E7420696E7365727465642E010D0A62696C6C65646542696C6C656465014E61
  5381.       766E65742070E5206465742062696C6C6564652064752076696C20696E6473E6
  5382.       7474652E0146696C656E616D65206F662074686520696D61676520796F752077
  5383.       616E7420696E7365727465642E010D0A4C6162656C313501536B72697620656E
  5384.       20414C542074656B73742C20616C7473E52064656E206C696C6C652074656B73
  5385.       7420627275676572656E20736572206EE572206465722070656765732070E520
  5386.       6C696E6B65742E01577269746520616E20414C5420746578742E2057696C6C20
  5387.       62652073686F776E207768656E20746865207573657220686F76657273206F76
  5388.       657220746865206C696E6B2E010D0A62696C6C656465414C5401536B72697620
  5389.       656E20414C542074656B73742C20616C7473E52064656E206C696C6C65207465
  5390.       6B737420627275676572656E20736572206EE572206465722070656765732070
  5391.       E5206C696E6B65742E01577269746520616E20414C5420746578742E2057696C
  5392.       6C2062652073686F776E207768656E20746865207573657220686F7665727320
  5393.       6F76657220746865206C696E6B2E010D0A4C6162656C323101536B7269762074
  5394.       656B7374656E20666F722064656E2076616C6774652063656C6C65206865722E
  5395.       01577269746520746865207465787420666F72207468652073656C6563746564
  5396.       2063656C6C20686572652E010D0A746162656C54656B737401536B7269762074
  5397.       656B7374656E20666F722064656E2076616C6774652063656C6C65206865722E
  5398.       01577269746520746865207465787420666F72207468652073656C6563746564
  5399.       2063656C6C20686572652E010D0A62696C6C6564655374726574636850726576
  5400.       69657701537472E66B2062696C6C656465742073E52064657420706173736572
  5401.       2074696C2064657420766973746520617265616C2E2044657474652068617220
  5402.       696E67656E20656666656B74206EE5722062696C6C6564657420766973657320
  5403.       70E52064696E20736964652E01537472657463682074686520696D6167652069
  5404.       6E20707265766965772E010D0A4C6162656C33300153E6742064656E20F86E73
  5405.       6B6564652061667374616E64206D656C6C656D2063656C6C65722E0144697374
  5406.       616E6365206265747765656E2063656C6C732E010D0A746162656C43656C6C73
  5407.       706163696E670153E6742064656E20F86E736B6564652061667374616E64206D
  5408.       656C6C656D2063656C6C65722E0144697374616E6365206265747765656E2063
  5409.       656C6C732E010D0A4C6162656C32320153E6742064656E20F86E736B65646520
  5410.       61667374616E64206D656C6C656D2074656B7374206F672063656C6C65722E01
  5411.       44697374616E6365206265747765656E207465787420616E642063656C6C732E
  5412.       010D0A746162656C43656C6C70616464696E670153E6742064656E20F86E736B
  5413.       6564652061667374616E64206D656C6C656D2074656B7374206F672063656C6C
  5414.       65722E0144697374616E6365206265747765656E207465787420616E64206365
  5415.       6C6C732E010D0A466C61745370656564427574746F6E330153E6742068F86A64
  5416.       652C20627265646465206F67206576742E20414C542074656B73742065667465
  5417.       722076616C67742062696C6C656465202867656E62657265676E292E01536574
  5418.       2068656967687420616E642077697464682066726F6D207468652073656C6563
  5419.       74656420696D616765202872652D63616C63756C617465292E010D0A466C6174
  5420.       5370656564427574746F6E310153F8672065667465722065742062696C6C6564
  5421.       652070E520636F6D7075746572656E2E0153656172636820666F7220616E2069
  5422.       6D616765206F6E2074686520636F6D70757465722E010D0A4C6162656C323601
  5423.       546974656C2070E52064696E20746162656C2E20506C61636572657320F87665
  5424.       7273742069206D696474656E2E015469746C65206F6620796F7572207461626C
  5425.       652E2057696C6C20626520706C6163656420746F702063656E7465722E010D0A
  5426.       746162656C546974656C01546974656C2070E52064696E20746162656C2E2050
  5427.       6C61636572657320F876657273742069206D696474656E2E015469746C65206F
  5428.       6620796F7572207461626C652E2057696C6C20626520706C6163656420746F70
  5429.       2063656E7465722E010D0A62696C6C656465426F726465720156697365722065
  5430.       6E2072616D6D652072756E6474206F6D206469742062696C6C6564652C206876
  5431.       69732076E6726469656E206572207374F872726520656E20302E014966207365
  5432.       74206265796F6E6420302C206120626F726465722077696C6C20626520647261
  5433.       776E2061726F756E6420796F757220696D6167652E010D0A666F726D44617461
  5434.       666F726D61740156E66C672064617461666F726D6174657420666F726D656E20
  5435.       73656E646573206D65642E015069636B207468652064617461666F726D617420
  5436.       666F722074686520666F726D20746F2062652073656E7420696E2E010D0A4C61
  5437.       62656C31330156E66C672064656E206DE56465206C696E6B6574207669736573
  5438.       2069206672616D65732E20536B7269762064657374696E6174696F6E656E2073
  5439.       656C7620656C6C65722076E66C6720656E20667261206C697374656E2E014368
  5440.       6F6F736520686F7720746865206C696E6B2077696C6C2062652073686F776E20
  5441.       696E206672616D65732E205772697465207468652064657374696E6174696F6E
  5442.       206F72207069636B206F6E652066726F6D20746865206C6973742E010D0A6C69
  5443.       6E6B44657374696E6174696F6E0156E66C672064656E206DE56465206C696E6B
  5444.       65742076697365732069206672616D65732E20536B7269762064657374696E61
  5445.       74696F6E656E2073656C7620656C6C65722076E66C6720656E20667261206C69
  5446.       7374656E2E0143686F6F736520686F7720746865206C696E6B2077696C6C2062
  5447.       652073686F776E20696E206672616D65732E2057726974652074686520646573
  5448.       74696E6174696F6E206F72207069636B206F6E652066726F6D20746865206C69
  5449.       73742E010D0A4C6162656C38340156E66C67206465742062696C6C6564652064
  5450.       696E206B6E617020736B616C20766973652E0143686F6F736520616E20696D61
  5451.       676520746F20626520646973706C61796564206F6E2074686520627574746F6E
  5452.       2E010D0A696D616765627574746F6E42696C6C6564650156E66C672064657420
  5453.       62696C6C6564652064696E206B6E617020736B616C20766973652E0143686F6F
  5454.       736520616E20696D61676520746F20626520646973706C61796564206F6E2074
  5455.       686520627574746F6E2E010D0A7464436F6C6F72436865636B0156E66C672065
  5456.       6E206261676772756E647366617276652074696C2064696E2063656C6C652E20
  5457.       5461676573206B756E206D65642068766973206475206861722061666B727964
  5458.       73657420636865636B626F78656E2E0143686F6F73652061206261636B67726F
  5459.       756E64636F6C6F7220666F7220796F7572207461626C652E010D0A746162656C
  5460.       4342436F6C6F720156E66C6720656E206261676772756E647366617276652074
  5461.       696C2064696E20746162656C2E205461676573206B756E206D65642068766973
  5462.       206475206861722061666B72796473657420636865636B626F78656E2E014368
  5463.       6F6F73652061206261636B67726F756E64636F6C6F7220666F7220796F757220
  5464.       7461626C652E010D0A4C6162656C33330156E66C6720656E206261676772756E
  5465.       647366617276652074696C2064697420646F6B756D656E742E0153656C656374
  5466.       2061206261636B67726F756E64636F6C6F7220666F7220796F757220646F6375
  5467.       6D656E742E010D0A6267436F6C6F720156E66C6720656E206261676772756E64
  5468.       7366617276652074696C2064697420646F6B756D656E742E0153656C65637420
  5469.       61206261636B67726F756E64636F6C6F7220666F7220796F757220646F63756D
  5470.       656E742E010D0A746162656C546162656C0156E66C6720656E2063656C6C652C
  5471.       20736B7269762074656B7374656E206F76656E6F766572206F67207472796B20
  5472.       456E74657220656C6C65722070E520496E6473E674206B6E617070656E2E0143
  5473.       686F6F736520612063656C6C2C2077726974652074686520746578742061626F
  5474.       766520616E64207075736820456E746572206F722074686520496E7365727420
  5475.       627574746F6E2E010D0A4C6162656C34380156E66C6720656E20646F6B756D65
  5476.       6E747479706520666F722064697420646F6B756D656E742E2042727567657320
  5477.       6678206876697320646F6B756D656E74657420736B616C2076616C6964657265
  5478.       732070E52077332E6F72672E0143686F6F7365206120646F63756D656E747479
  5479.       706520666F7220796F757220646F63756D656E742E2057696C6C206265207573
  5480.       656420666F722076616C69646174696F6E20707572706F73657320616D6F6E67
  5481.       206F74686572732E010D0A626F6479446F6B756D656E74547970650156E66C67
  5482.       20656E20646F6B756D656E747479706520666F722064697420646F6B756D656E
  5483.       742E20427275676573206678206876697320646F6B756D656E74657420736B61
  5484.       6C2076616C6964657265732070E52077332E6F72672E0143686F6F7365206120
  5485.       646F63756D656E747479706520666F7220796F757220646F63756D656E742E20
  5486.       57696C6C206265207573656420666F722076616C69646174696F6E2070757270
  5487.       6F73657320616D6F6E67206F74686572732E010D0A4C6162656C33380156E66C
  5488.       6720656E20666172766520666F7220616B74697665206C696E6B732069206469
  5489.       7420646F6B756D656E742E0153656C656374206120636F6C6F7220666F722061
  5490.       6374697665206C696E6B7320696E20796F757220646F63756D656E742E010D0A
  5491.       416374697665436F6C6F720156E66C6720656E20666172766520666F7220616B
  5492.       74697665206C696E6B7320692064697420646F6B756D656E742E0153656C6563
  5493.       74206120636F6C6F7220666F7220616374697665206C696E6B7320696E20796F
  5494.       757220646F63756D656E742E010D0A4C6162656C33350156E66C6720656E2066
  5495.       6172766520666F7220626573F8677465206C696E6B20692064697420646F6B75
  5496.       6D656E742E0153656C656374206120636F6C6F7220666F722076697369746564
  5497.       206C696E6B7320696E20796F757220646F63756D656E742E010D0A5669736974
  5498.       6564436F6C6F720156E66C6720656E20666172766520666F7220626573F86774
  5499.       65206C696E6B20692064697420646F6B756D656E742E0153656C656374206120
  5500.       636F6C6F7220666F72206C696E6B7320696E20796F757220646F63756D656E74
  5501.       2E010D0A6872436F6C6F720156E66C6720656E2066617276652074696C206469
  5502.       6E2076616E647265747465206C696E69652E0143686F6F7365206120636F6C6F
  5503.       7220666F7220796F7572206C696E652E010D0A4C6162656C38370156E66C6720
  5504.       656E2066617276652074696C2064696E2076616E647265747465206C696E6965
  5505.       2E0143686F6F7365206120636F6C6F7220666F7220796F7572206C696E652E01
  5506.       0D0A4C6162656C33340156E66C6720656E2066617276652074696C206C696E6B
  5507.       7320692064697420646F6B756D656E742E0153656C656374206120636F6C6F72
  5508.       20666F72206C696E6B7320696E20796F757220646F63756D656E742E010D0A4C
  5509.       696E6B436F6C6F720156E66C6720656E2066617276652074696C206C696E6B73
  5510.       20692064697420646F6B756D656E742E0153656C656374206120636F6C6F7220
  5511.       666F72207465787420696E20796F757220646F63756D656E742E010D0A4C6162
  5512.       656C34340156E66C6720656E2066617276652074696C2074656B737420692064
  5513.       697420646F6B756D656E742E0153656C656374206120636F6C6F7220666F7220
  5514.       7465787420696E20796F757220646F63756D656E742E010D0A54657874436F6C
  5515.       6F720156E66C6720656E2066617276652074696C2074656B7374206920646974
  5516.       20646F6B756D656E742E0153656C656374206120636F6C6F7220666F72207669
  5517.       7369746564206C696E6B7320696E20796F757220646F63756D656E742E010D0A
  5518.       6C69737454616C0156E66C6720656E2074616C2072E66B6B652074696C206469
  5519.       6E652070756E6B7465722E0143686F6F73652061206C696E6520666F7220796F
  5520.       7572206974656D732E010D0A4C6162656C35300156E66C6720656E2074697465
  5521.       6C2E204465742065722064656E6E652074656B73742064657220766973657320
  5522.       F8766572737420692042726F777365722076696E647565742E01456E74657220
  5523.       61207469746C6520666F7220796F757220646F63756D656E742E2057696C6C20
  5524.       62652073686F776E20696E207468652062726F7773657273207469746C652062
  5525.       61722E010D0A626F6479546974656C0156E66C6720656E20746974656C2E2044
  5526.       65742065722064656E6E652074656B73742064657220766973657320F8766572
  5527.       737420692042726F777365722076696E647565742E01456E7465722061207469
  5528.       746C6520666F7220796F757220646F63756D656E742E2057696C6C2062652073
  5529.       686F776E20696E207468652062726F7773657273207469746C65206261722E01
  5530.       0D0A4C6162656C31310156E66C6720657420226E61766E222074696C206C696E
  5531.       6B65742C2073E52064752073656E657265206B616E2072656665726572652074
  5532.       696C2064657474652073746564206D656420657420616E646574206C696E6B2C
  5533.       206465722070656765722070E520236E61766E2E01456E746572206120226E61
  5534.       6D652220666F7220746865206C696E6B2C20696620796F752077616E7420746F
  5535.       206A756D7020746F207468697320706C616365206279206C696E6B696E672074
  5536.       6F20236E616D652E010D0A6C696E6B4E61766E0156E66C6720657420226E6176
  5537.       6E222074696C206C696E6B65742C2073E52064752073656E657265206B616E20
  5538.       72656665726572652074696C2064657474652073746564206D65642065742061
  5539.       6E646574206C696E6B2C206465722070656765722070E520236E61766E2E0145
  5540.       6E746572206120226E616D652220666F7220746865206C696E6B2C2069662079
  5541.       6F752077616E7420746F206A756D7020746F207468697320706C616365206279
  5542.       206C696E6B696E6720746F20236E616D652E010D0A4C6162656C34370156E66C
  5543.       67206574206576656E7475656C74206261676772756E647362696C6C6564652E
  5544.       0153656C6563742061206261636B67726F756E6420706963747572652C206966
  5545.       20796F752077616E2774206F6E65206F6E2074686520736974652E010D0A6267
  5546.       42696C6C6564650156E66C67206574206576656E7475656C7420626167677275
  5547.       6E647362696C6C6564652E0153656C6563742061206261636B67726F756E6420
  5548.       706963747572652C20696620796F752077616E2774206F6E65206F6E20746865
  5549.       20736974652E010D0A6C6973745465676E0156E66C67206574207465676E2074
  5550.       696C2064696E652070756E6B7465722E0143686F6F7365206120636861726163
  5551.       74657220666F7220746865206974656D732E010D0A4C6162656C36370156E66C
  5552.       672068766F7220627265647420646974205465787461726520736B616C2076E6
  5553.       72652E0143686F6F736520746865207769647468206F6620796F757220546578
  5554.       74617265612E010D0A7465787461726561436F6C730156E66C672068766F7220
  5555.       627265647420646974205465787461726520736B616C2076E672652E0143686F
  5556.       6F736520746865207769647468206F6620796F75722054657874617265612E01
  5557.       0D0A4C6162656C34330156E66C672068766F72206D616E6765206B6F6C6F6E6E
  5558.       65722063656C6C656E20736B616C207370E66E6465206F7665722E0143686F6F
  5559.       736520686F77206D616E7920636F6C756D6E73207468652063656C6C20736861
  5560.       6C6C207370616E206F7665722E010D0A7464436F6C7370616E0156E66C672068
  5561.       766F72206D616E6765206B6F6C6F6E6E65722063656C6C656E20736B616C2073
  5562.       70E66E6465206F7665722E0143686F6F736520686F77206D616E7920636F6C75
  5563.       6D6E73207468652063656C6C207368616C6C207370616E206F7665722E010D0A
  5564.       4C6162656C32370156E66C672068766F72206D616E6765206B6F6C6F6E6E6572
  5565.       2064657220736B616C2076E6726520692064696E20746162656C2E0143686F6F
  5566.       736520686F77206D616E7920636F6C756D6E7320796F752077616E7420696E20
  5567.       796F7572207461626C652E010D0A746162656C436F6C756D6E730156E66C6720
  5568.       68766F72206D616E6765206B6F6C6F6E6E65722064657220736B616C2076E672
  5569.       6520692064696E20746162656C2E0143686F6F736520686F77206D616E792063
  5570.       6F6C756D6E7320796F752077616E7420696E20796F7572207461626C652E010D
  5571.       0A6C697374416E74616C0156E66C672068766F72206D616E67652070756E6B74
  5572.       2D7465676E672F74616C2064752076696C20686176652E0143686F6F73652068
  5573.       6F77206D616E79206C6973746974656D7320796F752077616E742E010D0A4C61
  5574.       62656C34320156E66C672068766F72206D616E67652072E66B6B65722063656C
  5575.       6C656E20736B616C207370E66E6465206F7665722E0143686F6F736520686F77
  5576.       206D616E7920726F7773207468652063656C6C207368616C6C207370616E206F
  5577.       7665722E010D0A7464526F777370616E0156E66C672068766F72206D616E6765
  5578.       2072E66B6B65722063656C6C656E20736B616C207370E66E6465206F7665722E
  5579.       0143686F6F736520686F77206D616E7920726F7773207468652063656C6C2073
  5580.       68616C6C207370616E206F7665722E010D0A4C6162656C32340156E66C672068
  5581.       766F72206D616E67652072E66B6B65722064657220736B616C2076E672652069
  5582.       2064696E20746162656C2E0143686F6F736520686F77206D616E7920726F7773
  5583.       20796F752077616E7420696E20796F7572207461626C652E010D0A746162656C
  5584.       526F77730156E66C672068766F72206D616E67652072E66B6B65722064657220
  5585.       736B616C2076E6726520692064696E20746162656C2E0143686F6F736520686F
  5586.       77206D616E7920726F777320796F752077616E7420696E20796F757220746162
  5587.       6C652E010D0A4C6162656C310156E66C672068766F722074796B202868F86A29
  5588.       2064696E206C696E696520736B616C2076E672652E0143686F6F736520746865
  5589.       20686569676874206F6620796F7572206C696E652E010D0A687253697A650156
  5590.       E66C672068766F722074796B202868F86A292064696E206C696E696520736B61
  5591.       6C2076E672652E0143686F6F73652074686520686569676874206F6620796F75
  5592.       72206C696E652E010D0A68724C656674416C69676E0156E66C672068766F7264
  5593.       616E2064696E206C696E696520736B616C20706C6163657265732E0143686F6F
  5594.       736520776865726520746865206C696E652073686F756C6420626520706C6163
  5595.       65642E010D0A687243656E746572416C69676E0156E66C672068766F7264616E
  5596.       2064696E206C696E696520736B616C20706C6163657265732E0143686F6F7365
  5597.       20776865726520746865206C696E652073686F756C6420626520706C61636564
  5598.       2E010D0A68725269676874416C69676E0156E66C672068766F7264616E206469
  5599.       6E206C696E696520736B616C20706C6163657265732E0143686F6F7365207768
  5600.       65726520746865206C696E652073686F756C6420626520706C616365642E010D
  5601.       0A4C6162656C34300156E66C672068766F7264616E2064696E20746162656C20
  5602.       72E66B6B6520736B616C206A757374657265732076657274696B616C742E0143
  5603.       686F6F736520686F7720796F7572207461626C6520726F772073686F756C6420
  5604.       626520616C69676E656420766572746963616C6C792E010D0A74725665727461
  5605.       6C69676E6D656E740156E66C672068766F7264616E2064696E20746162656C20
  5606.       72E66B6B6520736B616C206A757374657265732076657274696B616C742E0143
  5607.       686F6F736520686F7720796F7572207461626C6520726F772073686F756C6420
  5608.       626520616C69676E656420766572746963616C6C792E010D0A4C6162656C3339
  5609.       0156E66C672068766F7264616E2064696E20746162656C2072E66B6B6520736B
  5610.       616C206A757374657265732076657274696B616C742E0143686F6F736520686F
  5611.       7720796F7572207461626C6520726F772073686F756C6420626520616C69676E
  5612.       656420766572746963616C6C792E010D0A746456657274416C69676E6D656E74
  5613.       0156E66C672068766F7264616E2064696E20746162656C2072E66B6B6520736B
  5614.       616C206A757374657265732076657274696B616C742E0143686F6F736520686F
  5615.       7720796F7572207461626C6520726F772073686F756C6420626520616C69676E
  5616.       656420766572746963616C6C792E010D0A4A7573746572696E670156E66C6720
  5617.       68766F7264616E2064696E20746162656C2072E66B6B6520736B616C206A7573
  5618.       74657265732E0143686F6F736520686F7720796F7572207461626C6520726F77
  5619.       2073686F756C6420626520616C69676E65642E010D0A7472416C69676E6D656E
  5620.       740156E66C672068766F7264616E2064696E20746162656C2072E66B6B652073
  5621.       6B616C206A757374657265732E0143686F6F736520686F7720796F7572207461
  5622.       626C6520726F772073686F756C6420626520616C69676E65642E010D0A4C6162
  5623.       656C34310156E66C672068766F7264616E2064696E20746162656C2072E66B6B
  5624.       6520736B616C206A757374657265732E0143686F6F736520686F7720796F7572
  5625.       207461626C6520726F772073686F756C6420626520616C69676E65642E010D0A
  5626.       7464416C69676E6D656E740156E66C672068766F7264616E2064696E20746162
  5627.       656C2072E66B6B6520736B616C206A757374657265732E0143686F6F73652068
  5628.       6F7720796F7572207461626C6520726F772073686F756C6420626520616C6967
  5629.       6E65642E010D0A4C6162656C32350156E66C672068766F7264616E2064697420
  5630.       6469762074616720736B616C206A757374657265732E0143686F6F736520686F
  5631.       7720796F757220646976207461672073686F756C6420626520616C69676E6564
  5632.       2E010D0A646976416C69676E6D656E740156E66C672068766F7264616E206469
  5633.       74206469762074616720736B616C206A757374657265732E0143686F6F736520
  5634.       686F7720796F757220646976207461672073686F756C6420626520616C69676E
  5635.       65642E010D0A4C6162656C320156E66C67206CE66E6764656E2070E52064696E
  5636.       206C696E69652E0143686F6F736520746865206C656E677468206F6620796F75
  5637.       72206C696E652E010D0A687257696474680156E66C67206CE66E6764656E2070
  5638.       E52064696E206C696E69652E0143686F6F736520746865206C656E677468206F
  5639.       6620796F7572206C696E652E010D0A6872536B796767650156E66C67206F6D20
  5640.       64657220736B616C2076E6726520334420736B796767652070E52064696E206C
  5641.       696E69650143686F6F736520696620796F752077616E74206120334420736861
  5642.       646F77206F72206E6F742E010D0A726164696F436865636B65640156E66C6720
  5643.       6F6D2064697420656C656D656E7420736F6D207374616E646172642065722061
  5644.       666B72796473657420656C6C657220656A2E20427275676572656E206B616E20
  5645.       E66E6472652064657474652C206D6564206D696E64726520656C656D656E7465
  5646.       7420657220526561646F6E6C792E0153656C6563742077686574686572207468
  5647.       6520656C656D656E742073686F756C6420626520636865636B6564206F72206E
  5648.       6F742E20546869732063616E206265206368616E676564206279207468652075
  5649.       7365722C20756E6C6573732074686520656C656D656E7420697320726561646F
  5650.       6E6C792E010D0A636865636B41666B7279647365740156E66C67206F6D206469
  5651.       7420656C656D656E7420736F6D207374616E646172642065722061666B727964
  5652.       73657420656C6C657220656A2E20427275676572656E206B616E20E66E647265
  5653.       2064657474652C206D6564206D696E64726520656C656D656E74657420657220
  5654.       526561646F6E6C792E0153656C65637420776865746865722074686520656C65
  5655.       6D656E742073686F756C6420626520636865636B6564206F72206E6F742E2054
  5656.       6869732063616E206265206368616E6765642062792074686520757365722C20
  5657.       756E6C6573732074686520656C656D656E7420697320726561646F6E6C792E01
  5658.       0D0A496E636C756465426F64790156E66C67206F6D2064752076696C206C6164
  5659.       6520576562436F6465722067656E6572657265203C626F64793E207461676765
  5660.       7420666F72206469672C207564206672612064652076616C6774652066617276
  5661.       6572206F73762E20686572756E6465722E0143686F6F736520696620796F7520
  5662.       77616E7420576562436F64657220746F2067656E657261746520746865203C62
  5663.       6F64793E2074616720666F7220796F752C20776974682074686520636F6C6F72
  5664.       73206574632E20796F7520686176652073656C65637465642E010D0A68724C65
  5665.       6E67746850726F63656E740156E66C67206F6D206CE66E6764656E20736B616C
  5666.       2076E6726520616E67697665742069202520656C6C6572206261726520692070
  5667.       6978656C732E0143686F6F736520696620796F752077616E7420746F20696E70
  5668.       757420746865206C656E67746820696E2025206F7220706978656C732E010D0A
  5669.       4C6162656C37350156E66C67207374F87272656C73652070E52064696E206C69
  5670.       7374652E2045722064656E20756E64657220312C20626C697665722064657420
  5671.       656E2064726F70646F776E206C697374652E20456C6C65727320626172652065
  5672.       6E206C697374652E0153697A65206F6620746865206C6973742E205365742069
  5673.       7420746F203020696620796F752077616E7420612064726F70646F776E206C69
  5674.       73742E010D0A64726F70646F776E53697A650156E66C67207374F87272656C73
  5675.       652070E52064696E206C697374652E2045722064656E20756E64657220312C20
  5676.       626C697665722064657420656E2064726F70646F776E206C697374652E20456C
  5677.       6C657273206261726520656E206C697374652E0153697A65206F662074686520
  5678.       6C6973742E2053657420697420746F203020696620796F752077616E74206120
  5679.       64726F70646F776E206C6973742E010D0A7374446973706C61794C6162656C73
  5680.       0D0A7374466F6E74730D0A544469616C6F67466F726D0156657264616E610156
  5681.       657264616E61010D0A687250616E656C0156657264616E6101010D0A4C616265
  5682.       6C320156657264616E6101010D0A4C6162656C310156657264616E6101010D0A
  5683.       6872536B796767650156657264616E6101010D0A68724C656E67746850726F63
  5684.       656E740156657264616E6101010D0A43535350616E656C014D532053616E7320
  5685.       536572696601010D0A4C6162656C33014D532053616E7320536572696601010D
  5686.       0A4C6162656C34014D532053616E7320536572696601010D0A4C6162656C3501
  5687.       56657264616E6101010D0A4C6162656C360156657264616E6101010D0A4C6162
  5688.       656C370156657264616E6101010D0A435353436C617373014D532053616E7320
  5689.       536572696601010D0A435353014D532053616E7320536572696601010D0A4353
  5690.       536964014D532053616E7320536572696601010D0A6C696E6B50616E656C0156
  5691.       657264616E6101010D0A4C6162656C380156657264616E6101010D0A4C616265
  5692.       6C390156657264616E6101010D0A4C6162656C31300156657264616E6101010D
  5693.       0A4C6162656C31330156657264616E6101010D0A4C6162656C31310156657264
  5694.       616E6101010D0A62696C6C65646550616E656C0156657264616E6101010D0A4C
  5695.       6162656C31320156657264616E6101010D0A4C6162656C31340156657264616E
  5696.       6101010D0A4C6162656C31350156657264616E6101010D0A4C6162656C313601
  5697.       56657264616E6101010D0A4C6162656C31370156657264616E6101010D0A4C61
  5698.       62656C31380156657264616E6101010D0A4C6162656C31390156657264616E61
  5699.       01010D0A62696C6C656465414C54436865636B0156657264616E6101010D0A62
  5700.       696C6C65646553747265746368507265766965770156657264616E6101010D0A
  5701.       466C617450616E656C310156657264616E6101010D0A7461626C6550616E656C
  5702.       0156657264616E6101010D0A4C6162656C32320156657264616E6101010D0A4C
  5703.       6162656C33300156657264616E6101010D0A4C6162656C32360156657264616E
  5704.       6101010D0A4C6162656C32330156657264616E6101010D0A746162656C434243
  5705.       6F6C6F720156657264616E6101010D0A746162656C4342576964746801566572
  5706.       64616E6101010D0A746162656C43424865696768740156657264616E6101010D
  5707.       0A4C6162656C32310156657264616E6101010D0A4C6162656C32300156657264
  5708.       616E6101010D0A4C6162656C32370156657264616E6101010D0A4C6162656C32
  5709.       340156657264616E6101010D0A6C69737450616E656C0156657264616E610101
  5710.       0D0A4C6162656C33320156657264616E6101010D0A4C6162656C333101566572
  5711.       64616E6101010D0A4C6162656C32390156657264616E6101010D0A666F6E7450
  5712.       616E656C0156657264616E6101010D0A4C6162656C32380156657264616E6101
  5713.       010D0A4C6162656C33360156657264616E6101010D0A4C6162656C3337015665
  5714.       7264616E6101010D0A747250616E656C0156657264616E6101010D0A74645061
  5715.       6E656C0156657264616E6101010D0A74645769647468436865636B0156657264
  5716.       616E6101010D0A7464486569676874436865636B0156657264616E6101010D0A
  5717.       7464436F6C6F72436865636B0156657264616E6101010D0A64697650616E656C
  5718.       0156657264616E6101010D0A4D6964646C6550616E656C0156657264616E6101
  5719.       010D0A48696E744C6162656C0156657264616E6101010D0A4C65667450616E65
  5720.       6C0156657264616E6101010D0A526967687450616E656C0156657264616E6101
  5721.       010D0A626F647950616E656C0156657264616E6101010D0A4C6162656C343701
  5722.       56657264616E6101010D0A436F6C6F7250616E656C0156657264616E6101010D
  5723.       0A4C696E6B6C6162656C014D532053616E7320536572696601010D0A41637469
  5724.       76656C696E6B4C6162656C014D532053616E7320536572696601010D0A566973
  5725.       697465646C696E6B4C6162656C014D532053616E7320536572696601010D0A4C
  5726.       6162656C34390156657264616E6101010D0A4C6162656C35300156657264616E
  5727.       6101010D0A4C6162656C38370156657264616E6101010D0A68724C656674416C
  5728.       69676E0156657264616E6101010D0A687243656E746572416C69676E01566572
  5729.       64616E6101010D0A68725269676874416C69676E0156657264616E6101010D0A
  5730.       4576656E74477269640156657264616E6101010D0A666F726D50616E656C0156
  5731.       657264616E6101010D0A496E70757450616E656C0156657264616E6101010D0A
  5732.       4C6162656C35350156657264616E6101010D0A4C6162656C3536015665726461
  5733.       6E6101010D0A4C6162656C35370156657264616E6101010D0A4C6162656C3538
  5734.       0156657264616E6101010D0A696E707574526561646F6E6C790156657264616E
  5735.       6101010D0A696E7075744465616B746976657265740156657264616E6101010D
  5736.       0A48696464656E50616E656C0156657264616E6101010D0A4C6162656C353901
  5737.       56657264616E6101010D0A4C6162656C36300156657264616E6101010D0A6869
  5738.       6464656E4465616B746976657265740156657264616E6101010D0A7061737377
  5739.       6F726450616E656C0156657264616E6101010D0A4C6162656C36310156657264
  5740.       616E6101010D0A4C6162656C36320156657264616E6101010D0A4C6162656C36
  5741.       330156657264616E6101010D0A4C6162656C36340156657264616E6101010D0A
  5742.       70617373776F7264526561646F6E6C790156657264616E6101010D0A70617373
  5743.       776F72644465616B746976657265740156657264616E6101010D0A7465787461
  5744.       72656150616E656C0156657264616E6101010D0A726164696F50616E656C0156
  5745.       657264616E6101010D0A4C6162656C36390156657264616E6101010D0A4C6162
  5746.       656C37300156657264616E6101010D0A726164696F4465616B74697665726574
  5747.       0156657264616E6101010D0A726164696F436865636B65640156657264616E61
  5748.       01010D0A726164696F526561646F6E6C790156657264616E6101010D0A636865
  5749.       636B50616E656C0156657264616E6101010D0A4C6162656C3731015665726461
  5750.       6E6101010D0A4C6162656C37320156657264616E6101010D0A636865636B4166
  5751.       6B7279647365740156657264616E6101010D0A636865636B4465616B74697665
  5752.       7265740156657264616E6101010D0A636865636B526561646F6E6C7901566572
  5753.       64616E6101010D0A64726F70646F776E50616E656C0156657264616E6101010D
  5754.       0A4C6162656C37330156657264616E6101010D0A4C6162656C37340156657264
  5755.       616E6101010D0A4C6162656C37350156657264616E6101010D0A64726F70646F
  5756.       776E4465616B746976657265740156657264616E6101010D0A64726F70646F77
  5757.       6E4D756C7469706C650156657264616E6101010D0A496E73657274456E644F70
  5758.       74696F6E546167730156657264616E6101010D0A627574746F6E50616E656C01
  5759.       56657264616E6101010D0A4C6162656C37360156657264616E6101010D0A4C61
  5760.       62656C37370156657264616E6101010D0A627574746F6E4465616B7469766572
  5761.       65740156657264616E6101010D0A7375626D6974427574746F6E50616E656C01
  5762.       56657264616E6101010D0A4C6162656C37380156657264616E6101010D0A4C61
  5763.       62656C37390156657264616E6101010D0A7375626D6974627574746F6E446561
  5764.       6B746976657265740156657264616E6101010D0A7265736574427574746F6E50
  5765.       616E656C0156657264616E6101010D0A4C6162656C38300156657264616E6101
  5766.       010D0A4C6162656C38310156657264616E6101010D0A7265736574627574746F
  5767.       6E4465616B746976657265740156657264616E6101010D0A696D616765427574
  5768.       746F6E50616E656C0156657264616E6101010D0A4C6162656C38320156657264
  5769.       616E6101010D0A4C6162656C38330156657264616E6101010D0A4C6162656C38
  5770.       340156657264616E6101010D0A696D616765627574746F6E4465616B74697665
  5771.       7265740156657264616E6101010D0A66696C6550616E656C0156657264616E61
  5772.       01010D0A4C6162656C38350156657264616E6101010D0A4C6162656C38360156
  5773.       657264616E6101010D0A66696C654465616B746976657265740156657264616E
  5774.       6101010D0A66696C65526561646F6E6C790156657264616E6101010D0A646F50
  5775.       48504573636170650156657264616E6101010D0A646F5848544D4C436F6D706C
  5776.       69616E740156657264616E6101010D0A4C6162656C38380156657264616E6101
  5777.       010D0A73744D756C74694C696E65730D0A4C696E6B4265736B726976656C7365
  5778.       2E4C696E65730101010D0A6C696E6B44657374696E6174696F6E2E4974656D73
  5779.       015F626C616E6B2C5F73656C662C5F706172656E742C5F746F7001010D0A7461
  5780.       62656C54656B73742E4C696E65730101010D0A6C69737454616C2E4974656D73
  5781.       01312C612C412C692C4901010D0A6C6973745465676E2E4974656D7301636972
  5782.       636C652C7371756172652C6469736301010D0A666F6E745465676E626F782E49
  5783.       74656D73012C2B2C2D01010D0A666F6E7453697A65626F782E4974656D730137
  5784.       2C362C352C342C332C322C3101010D0A666F6E7454656B73742E4C696E657301
  5785.       01010D0A7472416C69676E6D656E742E4974656D73012C6C6566742C63656E74
  5786.       65722C72696768742C6A7573746966792C6368617201010D0A74725665727461
  5787.       6C69676E6D656E742E4974656D73012C746F702C6D6964646C652C626F74746F
  5788.       6D2C626173656C696E6501010D0A746456657274416C69676E6D656E742E4974
  5789.       656D73012C746F702C6D6964646C652C626F74746F6D2C626173656C696E6501
  5790.       010D0A7464416C69676E6D656E742E4974656D73012C6C6566742C63656E7465
  5791.       722C72696768742C6A7573746966792C6368617201010D0A646976416C69676E
  5792.       6D656E742E4974656D73012C6C6566742C63656E7465722C72696768742C6A75
  5793.       737469667901010D0A666F726D44617461666F726D61742E4974656D73016170
  5794.       706C69636174696F6E2F782D7777772D666F726D2D75726C656E636F6465642C
  5795.       6D756C7469706172742F666F726D2D646174612C746578742F706C61696E0101
  5796.       0D0A666F726D4D65746F64652E4974656D73016765742C706F737401010D0A74
  5797.       6578746172656154656B73742E4C696E65730101010D0A64726F70646F776E6F
  5798.       7074696F6E732E4C696E65730101010D0A666F6E74466F6E74426F782E497465
  5799.       6D730101010D0A626F6479446F6B756D656E74547970652E4974656D7301223C
  5800.       21444F43545950452048544D4C205055424C49432022222D2F2F5733432F2F44
  5801.       54442048544D4C20342E3031205472616E736974696F6E616C2F2F454E22223E
  5802.       222C223C21444F43545950452048544D4C205055424C49432022222D2F2F5733
  5803.       432F2F4454442048544D4C20342E3031205374726963742F2F454E22223E222C
  5804.       223C21444F43545950452048544D4C205055424C49432022222D2F2F5733432F
  5805.       2F4454442048544D4C20342E3031204672616D657365742F2F454E22223E222C
  5806.       223C21444F43545950452068746D6C205055424C49432022222D2F2F5733432F
  5807.       2F445444205848544D4C20312E30205374726963742F2F454E22222022226874
  5808.       74703A2F2F7777772E77332E6F72672F54522F7868746D6C312F4454442F7868
  5809.       746D6C312D7374726963742E64746422223E222C223C21444F43545950452068
  5810.       746D6C205055424C49432022222D2F2F5733432F2F445444205848544D4C2031
  5811.       2E30205472616E736974696F6E616C2F2F454E2222202222687474703A2F2F77
  5812.       77772E77332E6F72672F54522F7868746D6C312F4454442F7868746D6C312D74
  5813.       72616E736974696F6E616C2E64746422223E222C223C21444F43545950452068
  5814.       746D6C205055424C49432022222D2F2F5733432F2F445444205848544D4C2031
  5815.       2E30204672616D657365742F2F454E2222202222687474703A2F2F7777772E77
  5816.       332E6F72672F54522F7868746D6C312F4454442F7868746D6C312D6672616D65
  5817.       7365742E64746422223E2201010D0A7374446C677343617074696F6E730D0A57
  5818.       61726E696E67015761726E696E6701010D0A4572726F72014572726F7201010D
  5819.       0A496E666F726D6174696F6E01496E666F726D6174696F6E01010D0A436F6E66
  5820.       69726D01436F6E6669726D01010D0A596573012659657301010D0A4E6F01264E
  5821.       6F01010D0A4F4B014F4B01010D0A43616E63656C0143616E63656C01010D0A41
  5822.       626F7274012641626F727401010D0A52657472790126526574727901010D0A49
  5823.       676E6F7265012649676E6F726501010D0A416C6C0126416C6C01010D0A4E6F20
  5824.       546F20416C6C014E266F20746F20416C6C01010D0A59657320546F20416C6C01
  5825.       59657320746F2026416C6C01010D0A48656C70012648656C7001010D0A737453
  5826.       7472696E67730D0A4944535F31333901202D204176616E636572656465206D75
  5827.       6C6967686564657220284353532F4A61766153637269707429202D2001202D20
  5828.       416476616E636564206F7074696F6E7320284353532F4A617661536372697074
  5829.       29202D20010D0A4944535F3133014F70726574204A53207363726970742E2E2E
  5830.       01437265617465204A53207363726970742E2E2E010D0A4944535F3134014F70
  5831.       726574205642207363726970742E2E2E01437265617465205642207363726970
  5832.       742E2E2E010D0A4944535F3101536B7269762076656E6C69677374206574206E
  5833.       61766E2074696C204A6176615363726970742066756E6B74696F6E656E01506C
  5834.       6561736520656E7465722061206E616D6520666F7220746865204A6176615363
  5835.       726970742066756E6374696F6E010D0A4944535F32014F707265742073637269
  5836.       70742066756E6B74696F6E01437265617465207363726970742066756E637469
  5837.       6F6E010D0A4944535F36300152756E646501436972636C65010D0A4944535F36
  5838.       32014669726B616E7465646501537175617265010D0A4944535F36340146796C
  5839.       6474652072756E64650144697363010D0A4944535F3701536B7269762076656E
  5840.       6C69677374206574206E61766E2074696C2056697375616C2042617369632053
  5841.       63726970742066756E6B74696F6E656E01506C6561736520656E746572206120
  5842.       6E616D6520666F72207468652056697375616C42617369632053637269707420
  5843.       66756E6374696F6E010D0A7374726F660156616E64726574206C696E69650148
  5844.       6F72697A6F6E74616C206C696E65010D0A4944535F3136370148797065726C69
  5845.       6E6B01010D0A4944535F3136380142696C6C65646501496D616765010D0A4944
  5846.       535F31363901546162656C015461626C65010D0A4944535F313730014C697374
  5847.       65014C697374010D0A4944535F31373101536B726966747479706501466F6E74
  5848.       010D0A4944535F31373201546162656C2072E66B6B65015461626C6520726F77
  5849.       010D0A4944535F31373301546162656C2064617461015461626C652064617461
  5850.       010D0A4944535F313734014449562074616701010D0A4944535F313735015369
  5851.       746501010D0A4944535F3136340156616E64726574206C696E696501486F7269
  5852.       7A6F6E74616C206C696E65010D0A4944535F3001466F726D756C617201466F72
  5853.       6D010D0A4944535F31300144726F70646F776E206C697374650144726F70646F
  5854.       776E206C697374010D0A4944535F3131014B6E617001427574746F6E010D0A49
  5855.       44535F3132015375626D6974206B6E6170015375626D697420627574746F6E01
  5856.       0D0A4944535F3135015265736574206B6E617001526573657420627574746F6E
  5857.       010D0A4944535F31360142696C6C656465206B6E617001496D61676520627574
  5858.       746F6E010D0A4944535F31370146696C626F6B730146696C65626F78010D0A49
  5859.       44535F330154656B73742066656C740154657874206669656C64010D0A494453
  5860.       5F3401536B6A756C742074656B73742066656C740148696464656E2074657874
  5861.       206669656C64010D0A4944535F350150617373776F72642066656C7401506173
  5862.       73776F7264206669656C64010D0A4944535F360154657874617265612066656C
  5863.       74015465787461726561206669656C64010D0A4944535F3801526164696F6B6E
  5864.       617001526164696F627574746F6E010D0A4944535F3901436865636B626F7801
  5865.       010D0A73744F74686572537472696E67730D0A6872436F6C6F722E48544D4C56
  5866.       616C7565012330303030303001010D0A6872436F6C6F722E5465787401233030
  5867.       3030303001010D0A435353436C6173732E546578740101010D0A4353532E5465
  5868.       78740101010D0A43535369642E546578740101010D0A4C696E6B55726C2E5465
  5869.       78740101010D0A6C696E6B414C542E546578740101010D0A6C696E6B44657374
  5870.       696E6174696F6E2E546578740101010D0A6C696E6B4E61766E2E546578740101
  5871.       010D0A62696C6C656465414C542E546578740101010D0A62696C6C6564654269
  5872.       6C6C6564652E546578740101010D0A746162656C546974656C2E546578740101
  5873.       010D0A7461626C65436F6C6F722E48544D4C56616C7565012330303030303001
  5874.       010D0A7461626C65436F6C6F722E54657874012330303030303001010D0A6C69
  5875.       737454616C2E54657874013101010D0A6C6973745465676E2E54657874010101
  5876.       0D0A666F6E745465676E626F782E496D654E616D650101010D0A666F6E745369
  5877.       7A65626F782E496D654E616D650101010D0A666F6E74466F6E742E5465787401
  5878.       54696D6573204E657720526F6D616E01010D0A666F6E745465676E2E54657874
  5879.       0101010D0A666F6E7453697A652E546578740101010D0A666F6E74436F6C6F72
  5880.       2E48544D4C56616C7565012330303030303001010D0A666F6E74436F6C6F722E
  5881.       54657874012330303030303001010D0A7472416C69676E6D656E742E54657874
  5882.       0101010D0A747256657274616C69676E6D656E742E546578740101010D0A7464
  5883.       56657274416C69676E6D656E742E546578740101010D0A7464416C69676E6D65
  5884.       6E742E546578740101010D0A7464436F6C6F722E48544D4C56616C7565012330
  5885.       303030303001010D0A7464436F6C6F722E54657874012330303030303001010D
  5886.       0A646976416C69676E6D656E742E546578740101010D0A6267436F6C6F722E48
  5887.       544D4C56616C7565012346464646464601010D0A6267436F6C6F722E54657874
  5888.       012346464646464601010D0A56697369746564436F6C6F722E48544D4C56616C
  5889.       7565012338303030383001010D0A56697369746564436F6C6F722E5465787401
  5890.       2338303030383001010D0A54657874436F6C6F722E48544D4C56616C75650123
  5891.       30303030303001010D0A54657874436F6C6F722E546578740123303030303030
  5892.       01010D0A416374697665436F6C6F722E48544D4C56616C756501233030303038
  5893.       3001010D0A416374697665436F6C6F722E54657874012330303030383001010D
  5894.       0A4C696E6B436F6C6F722E48544D4C56616C7565012330303030464601010D0A
  5895.       4C696E6B436F6C6F722E54657874012330303030464601010D0A626742696C6C
  5896.       6564652E546578740101010D0A544469616C6F67466F726D2E48656C7046696C
  5897.       650101010D0A544469616C6F67466F726D2E48656C704B6579776F7264010101
  5898.       0D0A50616E656C322E48656C704B6579776F72640101010D0A4469616C6F6750
  5899.       6167652E48656C704B6579776F72640101010D0A5461625368656574312E4865
  5900.       6C704B6579776F72640101010D0A687250616E656C2E48656C704B6579776F72
  5901.       640101010D0A4C6162656C322E48656C704B6579776F72640101010D0A4C6162
  5902.       656C312E48656C704B6579776F72640101010D0A4C6162656C38372E48656C70
  5903.       4B6579776F72640101010D0A687257696474682E48656C704B6579776F726401
  5904.       01010D0A687253697A652E48656C704B6579776F72640101010D0A6872536B79
  5905.       6767652E48656C704B6579776F72640101010D0A68724C656E67746850726F63
  5906.       656E742E48656C704B6579776F72640101010D0A68724C656674416C69676E2E
  5907.       48656C704B6579776F72640101010D0A687243656E746572416C69676E2E4865
  5908.       6C704B6579776F72640101010D0A68725269676874416C69676E2E48656C704B
  5909.       6579776F72640101010D0A6872436F6C6F722E48656C704B6579776F72640101
  5910.       010D0A43535350616E656C2E48656C704B6579776F72640101010D0A4C616265
  5911.       6C332E48656C704B6579776F72640101010D0A4C6162656C342E48656C704B65
  5912.       79776F72640101010D0A4C6162656C352E48656C704B6579776F72640101010D
  5913.       0A4C6162656C362E48656C704B6579776F72640101010D0A4C6162656C372E48
  5914.       656C704B6579776F72640101010D0A435353427574746F6E2E48656C704B6579
  5915.       776F72640101010D0A456469744353532E48656C704B6579776F72640101010D
  5916.       0A435353436C6173732E48656C704B6579776F72640101010D0A4353532E4865
  5917.       6C704B6579776F72640101010D0A43535369642E48656C704B6579776F726401
  5918.       01010D0A4576656E74477269642E436F6D706C6578526F77536570617261746F
  5919.       720101010D0A4576656E74477269642E48656C704B6579776F72640101010D0A
  5920.       4576656E74477269642E5265676973747279506174680101010D0A5461625368
  5921.       656574322E48656C704B6579776F72640101010D0A6C696E6B50616E656C2E48
  5922.       656C704B6579776F72640101010D0A4C6162656C382E48656C704B6579776F72
  5923.       640101010D0A4C6162656C392E48656C704B6579776F72640101010D0A4C6162
  5924.       656C31302E48656C704B6579776F72640101010D0A466C617453706565644275
  5925.       74746F6E322E48656C704B6579776F72640101010D0A4C6162656C31332E4865
  5926.       6C704B6579776F72640101010D0A4C6162656C31312E48656C704B6579776F72
  5927.       640101010D0A4C696E6B55726C2E48656C704B6579776F72640101010D0A6C69
  5928.       6E6B414C542E48656C704B6579776F72640101010D0A4C696E6B4265736B7269
  5929.       76656C73652E48656C704B6579776F72640101010D0A6C696E6B44657374696E
  5930.       6174696F6E2E48656C704B6579776F72640101010D0A6C696E6B4E61766E2E48
  5931.       656C704B6579776F72640101010D0A5461625368656574332E48656C704B6579
  5932.       776F72640101010D0A62696C6C65646550616E656C2E48656C704B6579776F72
  5933.       640101010D0A466C61745370656564427574746F6E312E48656C704B6579776F
  5934.       72640101010D0A4C6162656C31322E48656C704B6579776F72640101010D0A4C
  5935.       6162656C31342E48656C704B6579776F72640101010D0A4C6162656C31352E48
  5936.       656C704B6579776F72640101010D0A4C6162656C31362E48656C704B6579776F
  5937.       72640101010D0A4C6162656C31372E48656C704B6579776F72640101010D0A4C
  5938.       6162656C31382E48656C704B6579776F72640101010D0A4C6162656C31392E48
  5939.       656C704B6579776F72640101010D0A466C61745370656564427574746F6E362E
  5940.       48656C704B6579776F72640101010D0A466C61745370656564427574746F6E33
  5941.       2E48656C704B6579776F72640101010D0A62696C6C656465414C542E48656C70
  5942.       4B6579776F72640101010D0A62696C6C65646542696C6C6564652E48656C704B
  5943.       6579776F72640101010D0A62696C6C65646557696474682E48656C704B657977
  5944.       6F72640101010D0A62696C6C6564654865696768742E48656C704B6579776F72
  5945.       640101010D0A62696C6C656465414C54436865636B2E48656C704B6579776F72
  5946.       640101010D0A62696C6C65646553747265746368507265766965772E48656C70
  5947.       4B6579776F72640101010D0A62696C6C656465426F726465722E48656C704B65
  5948.       79776F72640101010D0A62696C6C6564654853706163652E48656C704B657977
  5949.       6F72640101010D0A62696C6C6564655653706163652E48656C704B6579776F72
  5950.       640101010D0A466C617450616E656C312E48656C704B6579776F72640101010D
  5951.       0A62696C6C656465507265766965772E48656C704B6579776F72640101010D0A
  5952.       5461625368656574352E48656C704B6579776F72640101010D0A7461626C6550
  5953.       616E656C2E48656C704B6579776F72640101010D0A5461626C65546F7050616E
  5954.       656C2E48656C704B6579776F72640101010D0A4C6162656C32322E48656C704B
  5955.       6579776F72640101010D0A4C6162656C33302E48656C704B6579776F72640101
  5956.       010D0A4C6162656C32362E48656C704B6579776F72640101010D0A4C6162656C
  5957.       32332E48656C704B6579776F72640101010D0A746162656C43656C6C70616464
  5958.       696E672E48656C704B6579776F72640101010D0A746162656C43656C6C737061
  5959.       63696E672E48656C704B6579776F72640101010D0A746162656C4342436F6C6F
  5960.       722E48656C704B6579776F72640101010D0A746162656C546974656C2E48656C
  5961.       704B6579776F72640101010D0A746162656C426F726465722E48656C704B6579
  5962.       776F72640101010D0A746162656C57696474682E48656C704B6579776F726401
  5963.       01010D0A746162656C434257696474682E48656C704B6579776F72640101010D
  5964.       0A746162656C576964746850726F63656E742E48656C704B6579776F72640101
  5965.       010D0A746162656C4865696768742E48656C704B6579776F72640101010D0A74
  5966.       6162656C43424865696768742E48656C704B6579776F72640101010D0A746162
  5967.       656C48656967687450726F63656E742E48656C704B6579776F72640101010D0A
  5968.       7461626C65436F6C6F722E48656C704B6579776F72640101010D0A5461626C65
  5969.       426F74746F6D50616E656C2E48656C704B6579776F72640101010D0A4C616265
  5970.       6C32312E48656C704B6579776F72640101010D0A746162656C496E7365727454
  5971.       6578742E48656C704B6579776F72640101010D0A4C6162656C32302E48656C70
  5972.       4B6579776F72640101010D0A4C6162656C32372E48656C704B6579776F726401
  5973.       01010D0A4C6162656C32342E48656C704B6579776F72640101010D0A74616265
  5974.       6C54656B73742E48656C704B6579776F72640101010D0A746162656C54616265
  5975.       6C2E48656C704B6579776F72640101010D0A746162656C436F6C756D6E732E48
  5976.       656C704B6579776F72640101010D0A746162656C526F77732E48656C704B6579
  5977.       776F72640101010D0A5461625368656574342E48656C704B6579776F72640101
  5978.       010D0A6C69737450616E656C2E48656C704B6579776F72640101010D0A6C6973
  5979.       7450726F707350616E656C2E48656C704B6579776F72640101010D0A4C616265
  5980.       6C33322E48656C704B6579776F72640101010D0A4C6162656C33312E48656C70
  5981.       4B6579776F72640101010D0A6C69737454616C2E48656C704B6579776F726401
  5982.       01010D0A6C6973745465676E2E48656C704B6579776F72640101010D0A6C6973
  5983.       74416E74616C2E48656C704B6579776F72640101010D0A6C697374526164696F
  5984.       54616C2E48656C704B6579776F72640101010D0A6C697374526164696F546567
  5985.       6E2E48656C704B6579776F72640101010D0A6C6973744C69737450616E656C2E
  5986.       48656C704B6579776F72640101010D0A4C6162656C32392E48656C704B657977
  5987.       6F72640101010D0A4C6973744C6973742E48656C704B6579776F72640101010D
  5988.       0A5461625368656574382E48656C704B6579776F72640101010D0A666F6E7450
  5989.       616E656C2E48656C704B6579776F72640101010D0A4C6162656C32382E48656C
  5990.       704B6579776F72640101010D0A4C6162656C33362E48656C704B6579776F7264
  5991.       0101010D0A4C6162656C33372E48656C704B6579776F72640101010D0A4C6162
  5992.       656C34362E48656C704B6579776F72640101010D0A666F6E745465676E626F78
  5993.       2E48656C704B6579776F72640101010D0A666F6E7453697A65626F782E48656C
  5994.       704B6579776F72640101010D0A666F6E74466F6E742E48656C704B6579776F72
  5995.       640101010D0A666F6E745465676E2E48656C704B6579776F72640101010D0A66
  5996.       6F6E7453697A652E48656C704B6579776F72640101010D0A666F6E7454656B73
  5997.       742E48656C704B6579776F72640101010D0A666F6E74436F6C6F722E48656C70
  5998.       4B6579776F72640101010D0A466F6E74457874726150616E656C2E48656C704B
  5999.       6579776F72640101010D0A666F6E7443424665642E48656C704B6579776F7264
  6000.       0101010D0A666F6E7443424B75727369762E48656C704B6579776F7264010101
  6001.       0D0A666F6E744342556E646572737472656765742E48656C704B6579776F7264
  6002.       0101010D0A666F6E744661727665436865636B426F782E48656C704B6579776F
  6003.       72640101010D0A5461625368656574362E48656C704B6579776F72640101010D
  6004.       0A747250616E656C2E48656C704B6579776F72640101010D0A4A757374657269
  6005.       6E672E48656C704B6579776F72640101010D0A4C6162656C34302E48656C704B
  6006.       6579776F72640101010D0A7472416C69676E6D656E742E48656C704B6579776F
  6007.       72640101010D0A747256657274616C69676E6D656E742E48656C704B6579776F
  6008.       72640101010D0A5461625368656574372E48656C704B6579776F72640101010D
  6009.       0A746450616E656C2E48656C704B6579776F72640101010D0A4C6162656C3339
  6010.       2E48656C704B6579776F72640101010D0A4C6162656C34312E48656C704B6579
  6011.       776F72640101010D0A4C6162656C34322E48656C704B6579776F72640101010D
  6012.       0A4C6162656C34332E48656C704B6579776F72640101010D0A74645769647468
  6013.       2E48656C704B6579776F72640101010D0A74645769647468436865636B2E4865
  6014.       6C704B6579776F72640101010D0A7464576964746850726F63656E742E48656C
  6015.       704B6579776F72640101010D0A74644865696768742E48656C704B6579776F72
  6016.       640101010D0A746448656967687450726F63656E742E48656C704B6579776F72
  6017.       640101010D0A7464486569676874436865636B2E48656C704B6579776F726401
  6018.       01010D0A7464436F6C6F72436865636B2E48656C704B6579776F72640101010D
  6019.       0A746456657274416C69676E6D656E742E48656C704B6579776F72640101010D
  6020.       0A7464416C69676E6D656E742E48656C704B6579776F72640101010D0A746443
  6021.       6F6C7370616E2E48656C704B6579776F72640101010D0A7464526F777370616E
  6022.       2E48656C704B6579776F72640101010D0A7464436F6C6F722E48656C704B6579
  6023.       776F72640101010D0A5461625368656574392E48656C704B6579776F72640101
  6024.       010D0A64697650616E656C2E48656C704B6579776F72640101010D0A4C616265
  6025.       6C32352E48656C704B6579776F72640101010D0A646976416C69676E6D656E74
  6026.       2E48656C704B6579776F72640101010D0A626F64795461622E48656C704B6579
  6027.       776F72640101010D0A626F647950616E656C2E48656C704B6579776F72640101
  6028.       010D0A626F6479426F74746F6D50616E656C2E48656C704B6579776F72640101
  6029.       010D0A4C6162656C33332E48656C704B6579776F72640101010D0A4C6162656C
  6030.       33342E48656C704B6579776F72640101010D0A4C6162656C33352E48656C704B
  6031.       6579776F72640101010D0A4C6162656C33382E48656C704B6579776F72640101
  6032.       010D0A4C6162656C34342E48656C704B6579776F72640101010D0A4C6162656C
  6033.       34352E48656C704B6579776F72640101010D0A4C6162656C34372E48656C704B
  6034.       6579776F72640101010D0A6267436F6C6F722E48656C704B6579776F72640101
  6035.       010D0A56697369746564436F6C6F722E48656C704B6579776F72640101010D0A
  6036.       54657874436F6C6F722E48656C704B6579776F72640101010D0A416374697665
  6037.       436F6C6F722E48656C704B6579776F72640101010D0A4C696E6B436F6C6F722E
  6038.       48656C704B6579776F72640101010D0A436F6C6F7250616E656C2E48656C704B
  6039.       6579776F72640101010D0A546578744C6162656C2E48656C704B6579776F7264
  6040.       0101010D0A4C696E6B6C6162656C2E48656C704B6579776F72640101010D0A41
  6041.       63746976656C696E6B4C6162656C2E48656C704B6579776F72640101010D0A56
  6042.       6973697465646C696E6B4C6162656C2E48656C704B6579776F72640101010D0A
  6043.       50726576696577496D6167652E48656C704B6579776F72640101010D0A626742
  6044.       696C6C6564652E48656C704B6579776F72640101010D0A466C6174427574746F
  6045.       6E312E48656C704B6579776F72640101010D0A496E636C756465426F64792E48
  6046.       656C704B6579776F72640101010D0A626F6479546F7050616E656C2E48656C70
  6047.       4B6579776F72640101010D0A4C6162656C34382E48656C704B6579776F726401
  6048.       01010D0A4C6162656C34392E48656C704B6579776F72640101010D0A4C616265
  6049.       6C35302E48656C704B6579776F72640101010D0A466C6174427574746F6E322E
  6050.       48656C704B6579776F72640101010D0A666F726D2E48656C704B6579776F7264
  6051.       0101010D0A666F726D50616E656C2E48656C704B6579776F72640101010D0A4C
  6052.       6162656C35312E48656C704B6579776F72640101010D0A4C6162656C35322E48
  6053.       656C704B6579776F72640101010D0A4C6162656C35332E48656C704B6579776F
  6054.       72640101010D0A4C6162656C35342E48656C704B6579776F72640101010D0A66
  6055.       6F726D4E61766E2E48656C704B6579776F72640101010D0A666F726D4E61766E
  6056.       2E546578740101010D0A666F726D466F726D616374696F6E2E48656C704B6579
  6057.       776F72640101010D0A666F726D466F726D616374696F6E2E546578740101010D
  6058.       0A666F726D44617461666F726D61742E48656C704B6579776F72640101010D0A
  6059.       666F726D44617461666F726D61742E54657874016170706C69636174696F6E2F
  6060.       782D7777772D666F726D2D75726C656E636F64656401010D0A666F726D4D6574
  6061.       6F64652E48656C704B6579776F72640101010D0A666F726D4D65746F64652E54
  6062.       6578740167657401010D0A546578745461622E48656C704B6579776F72640101
  6063.       010D0A496E70757450616E656C2E48656C704B6579776F72640101010D0A4C61
  6064.       62656C35352E48656C704B6579776F72640101010D0A4C6162656C35362E4865
  6065.       6C704B6579776F72640101010D0A4C6162656C35372E48656C704B6579776F72
  6066.       640101010D0A4C6162656C35382E48656C704B6579776F72640101010D0A696E
  6067.       7075744E61766E2E48656C704B6579776F72640101010D0A696E7075744E6176
  6068.       6E2E546578740101010D0A696E70757454656B73742E48656C704B6579776F72
  6069.       640101010D0A696E70757454656B73742E546578740101010D0A696E70757453
  6070.       697A652E48656C704B6579776F72640101010D0A696E7075744D61782E48656C
  6071.       704B6579776F72640101010D0A696E707574526561646F6E6C792E48656C704B
  6072.       6579776F72640101010D0A696E7075744465616B746976657265742E48656C70
  6073.       4B6579776F72640101010D0A48696464656E5461622E48656C704B6579776F72
  6074.       640101010D0A48696464656E50616E656C2E48656C704B6579776F7264010101
  6075.       0D0A4C6162656C35392E48656C704B6579776F72640101010D0A4C6162656C36
  6076.       302E48656C704B6579776F72640101010D0A68696464656E4E61766E2E48656C
  6077.       704B6579776F72640101010D0A68696464656E4E61766E2E546578740101010D
  6078.       0A68696464656E54656B73742E48656C704B6579776F72640101010D0A686964
  6079.       64656E54656B73742E546578740101010D0A68696464656E4465616B74697665
  6080.       7265742E48656C704B6579776F72640101010D0A50617373776F72645461622E
  6081.       48656C704B6579776F72640101010D0A70617373776F726450616E656C2E4865
  6082.       6C704B6579776F72640101010D0A4C6162656C36312E48656C704B6579776F72
  6083.       640101010D0A4C6162656C36322E48656C704B6579776F72640101010D0A4C61
  6084.       62656C36332E48656C704B6579776F72640101010D0A4C6162656C36342E4865
  6085.       6C704B6579776F72640101010D0A70617373776F72644E61766E2E48656C704B
  6086.       6579776F72640101010D0A70617373776F72644E61766E2E546578740101010D
  6087.       0A70617373776F726454656B73742E48656C704B6579776F72640101010D0A70
  6088.       617373776F726454656B73742E546578740101010D0A70617373776F72644D61
  6089.       782E48656C704B6579776F72640101010D0A70617373776F726453697A652E48
  6090.       656C704B6579776F72640101010D0A70617373776F7264526561646F6E6C792E
  6091.       48656C704B6579776F72640101010D0A70617373776F72644465616B74697665
  6092.       7265742E48656C704B6579776F72640101010D0A74657874617265615461622E
  6093.       48656C704B6579776F72640101010D0A746578746172656150616E656C2E4865
  6094.       6C704B6579776F72640101010D0A4C6162656C36352E48656C704B6579776F72
  6095.       640101010D0A4C6162656C36362E48656C704B6579776F72640101010D0A4C61
  6096.       62656C36372E48656C704B6579776F72640101010D0A4C6162656C36382E4865
  6097.       6C704B6579776F72640101010D0A74657874617265614E61766E2E48656C704B
  6098.       6579776F72640101010D0A74657874617265614E61766E2E546578740101010D
  6099.       0A7465787461726561526561646F6E6C792E48656C704B6579776F7264010101
  6100.       0D0A74657874617265614465616B746976657265742E48656C704B6579776F72
  6101.       640101010D0A746578746172656154656B73742E48656C704B6579776F726401
  6102.       01010D0A726164696F627574746F6E5461622E48656C704B6579776F72640101
  6103.       010D0A726164696F50616E656C2E48656C704B6579776F72640101010D0A4C61
  6104.       62656C36392E48656C704B6579776F72640101010D0A4C6162656C37302E4865
  6105.       6C704B6579776F72640101010D0A726164696F4E61766E2E48656C704B657977
  6106.       6F72640101010D0A726164696F4E61766E2E546578740101010D0A726164696F
  6107.       54656B73742E48656C704B6579776F72640101010D0A726164696F54656B7374
  6108.       2E546578740101010D0A726164696F4465616B746976657265742E48656C704B
  6109.       6579776F72640101010D0A726164696F436865636B65642E48656C704B657977
  6110.       6F72640101010D0A726164696F526561646F6E6C792E48656C704B6579776F72
  6111.       640101010D0A636865636B626F785461622E48656C704B6579776F7264010101
  6112.       0D0A636865636B50616E656C2E48656C704B6579776F72640101010D0A4C6162
  6113.       656C37312E48656C704B6579776F72640101010D0A4C6162656C37322E48656C
  6114.       704B6579776F72640101010D0A636865636B4E61766E2E48656C704B6579776F
  6115.       72640101010D0A636865636B4E61766E2E546578740101010D0A636865636B54
  6116.       656B73742E48656C704B6579776F72640101010D0A636865636B54656B73742E
  6117.       546578740101010D0A636865636B41666B7279647365742E48656C704B657977
  6118.       6F72640101010D0A636865636B4465616B746976657265742E48656C704B6579
  6119.       776F72640101010D0A636865636B526561646F6E6C792E48656C704B6579776F
  6120.       72640101010D0A64726F70646F776E5461622E48656C704B6579776F72640101
  6121.       010D0A64726F70646F776E50616E656C2E48656C704B6579776F72640101010D
  6122.       0A4C6162656C37332E48656C704B6579776F72640101010D0A4C6162656C3734
  6123.       2E48656C704B6579776F72640101010D0A4C6162656C37352E48656C704B6579
  6124.       776F72640101010D0A64726F70646F776E4E61766E2E48656C704B6579776F72
  6125.       640101010D0A64726F70646F776E4E61766E2E546578740101010D0A64726F70
  6126.       646F776E56616C676D756C696768656465722E48656C704B6579776F72640101
  6127.       010D0A64726F70646F776E4465616B746976657265742E48656C704B6579776F
  6128.       72640101010D0A64726F70646F776E4D756C7469706C652E48656C704B657977
  6129.       6F72640101010D0A64726F70646F776E53697A652E48656C704B6579776F7264
  6130.       0101010D0A64726F70646F776E6F7074696F6E732E48656C704B6579776F7264
  6131.       0101010D0A496E73657274456E644F7074696F6E546167732E48656C704B6579
  6132.       776F72640101010D0A627574746F6E5461622E48656C704B6579776F72640101
  6133.       010D0A627574746F6E50616E656C2E48656C704B6579776F72640101010D0A4C
  6134.       6162656C37362E48656C704B6579776F72640101010D0A4C6162656C37372E48
  6135.       656C704B6579776F72640101010D0A627574746F6E4E61766E2E48656C704B65
  6136.       79776F72640101010D0A627574746F6E4E61766E2E546578740101010D0A6275
  6137.       74746F6E4465616B746976657265742E48656C704B6579776F72640101010D0A
  6138.       627574746F6E54656B73742E48656C704B6579776F72640101010D0A62757474
  6139.       6F6E54656B73742E546578740101010D0A7375626D69745461622E48656C704B
  6140.       6579776F72640101010D0A7375626D6974427574746F6E50616E656C2E48656C
  6141.       704B6579776F72640101010D0A4C6162656C37382E48656C704B6579776F7264
  6142.       0101010D0A4C6162656C37392E48656C704B6579776F72640101010D0A737562
  6143.       6D6974627574746F6E4E61766E2E48656C704B6579776F72640101010D0A7375
  6144.       626D6974627574746F6E4E61766E2E546578740101010D0A7375626D69746275
  6145.       74746F6E4465616B746976657265742E48656C704B6579776F72640101010D0A
  6146.       7375626D6974627574746F6E54656B73742E48656C704B6579776F7264010101
  6147.       0D0A7375626D6974627574746F6E54656B73742E546578740101010D0A726573
  6148.       65745461622E48656C704B6579776F72640101010D0A7265736574427574746F
  6149.       6E50616E656C2E48656C704B6579776F72640101010D0A4C6162656C38302E48
  6150.       656C704B6579776F72640101010D0A4C6162656C38312E48656C704B6579776F
  6151.       72640101010D0A7265736574627574746F6E54656B73742E48656C704B657977
  6152.       6F72640101010D0A7265736574627574746F6E54656B73742E54657874010101
  6153.       0D0A7265736574627574746F6E4E61766E2E48656C704B6579776F7264010101
  6154.       0D0A7265736574627574746F6E4E61766E2E546578740101010D0A7265736574
  6155.       627574746F6E4465616B746976657265742E48656C704B6579776F7264010101
  6156.       0D0A696D6167655461622E48656C704B6579776F72640101010D0A696D616765
  6157.       427574746F6E50616E656C2E48656C704B6579776F72640101010D0A4C616265
  6158.       6C38322E48656C704B6579776F72640101010D0A4C6162656C38332E48656C70
  6159.       4B6579776F72640101010D0A466C61745370656564427574746F6E342E48656C
  6160.       704B6579776F72640101010D0A4C6162656C38342E48656C704B6579776F7264
  6161.       0101010D0A696D616765627574746F6E4465616B746976657265742E48656C70
  6162.       4B6579776F72640101010D0A696D616765627574746F6E4E61766E2E48656C70
  6163.       4B6579776F72640101010D0A696D616765627574746F6E4E61766E2E54657874
  6164.       0101010D0A696D616765627574746F6E54656B73742E48656C704B6579776F72
  6165.       640101010D0A696D616765627574746F6E54656B73742E546578740101010D0A
  6166.       696D616765627574746F6E42696C6C6564652E48656C704B6579776F72640101
  6167.       010D0A696D616765627574746F6E42696C6C6564652E546578740101010D0A66
  6168.       696C655461622E48656C704B6579776F72640101010D0A66696C6550616E656C
  6169.       2E48656C704B6579776F72640101010D0A4C6162656C38352E48656C704B6579
  6170.       776F72640101010D0A4C6162656C38362E48656C704B6579776F72640101010D
  6171.       0A66696C654E61766E2E48656C704B6579776F72640101010D0A66696C654E61
  6172.       766E2E546578740101010D0A66696C654465616B746976657265742E48656C70
  6173.       4B6579776F72640101010D0A66696C65526561646F6E6C792E48656C704B6579
  6174.       776F72640101010D0A66696C6553697A652E48656C704B6579776F7264010101
  6175.       0D0A48696E7450616E656C2E48656C704B6579776F72640101010D0A4D696464
  6176.       6C6550616E656C2E48656C704B6579776F72640101010D0A48696E744C616265
  6177.       6C2E48656C704B6579776F72640101010D0A4C65667450616E656C2E48656C70
  6178.       4B6579776F72640101010D0A496D616765312E48656C704B6579776F72640101
  6179.       010D0A526967687450616E656C2E48656C704B6579776F72640101010D0A4F4B
  6180.       427574746F6E2E48656C704B6579776F72640101010D0A43616E63656C427574
  6181.       746F6E2E48656C704B6579776F72640101010D0A666F6E74466F6E74426F782E
  6182.       48656C704B6579776F72640101010D0A666F6E74466F6E74426F782E496D654E
  6183.       616D650101010D0A53657474696E677350616E656C2E48656C704B6579776F72
  6184.       640101010D0A646F5048504573636170652E48656C704B6579776F7264010101
  6185.       0D0A646F5848544D4C436F6D706C69616E742E48656C704B6579776F72640101
  6186.       010D0A626F6479446F6B756D656E74547970652E48656C704B6579776F726401
  6187.       01010D0A626F6479446F6B756D656E74547970652E54657874013C21444F4354
  6188.       5950452048544D4C205055424C494320222D2F2F5733432F2F4454442048544D
  6189.       4C20342E3031205472616E736974696F6E616C2F2F454E223E01010D0A626F64
  6190.       795374796C6553686565742E48656C704B6579776F72640101010D0A626F6479
  6191.       5374796C6553686565742E546578740101010D0A626F6479546974656C2E4865
  6192.       6C704B6579776F72640101010D0A626F6479546974656C2E546578740101010D
  6193.       0A7465787461726561436F6C732E48656C704B6579776F72640101010D0A7465
  6194.       787461726561526F77732E48656C704B6579776F72640101010D0A4C6162656C
  6195.       38382E48656C704B6579776F72640101010D0A66696C654163636570742E4865
  6196.       6C704B6579776F72640101010D0A66696C654163636570742E54657874010101
  6197.       0D0A73744C6F63616C65730D0A43757272656E637920537472696E67016B7201
  6198.       010D0A54686F7573616E6420536570617261746F72012E01010D0A446563696D
  6199.       616C20536570617261746F72012C01010D0A4461746520536570617261746F72
  6200.       012D01010D0A53686F7274204461746520466F726D61740164642D4D4D2D7979
  6201.       797901010D0A4C6F6E67204461746520466F726D617401642E204D4D4D4D2079
  6202.       79797901010D0A54696D6520536570617261746F72013A01010D0A54696D6520
  6203.       414D20537472696E670101010D0A54696D6520504D20537472696E670101010D
  6204.       0A53686F72742054696D6520466F726D61740168683A6D6D01010D0A4C6F6E67
  6205.       2054696D6520466F726D61740168683A6D6D3A737301010D0A53686F7274204D
  6206.       6F6E7468204E616D6573016A616E2C6665622C6D61722C6170722C6D616A2C6A
  6207.       756E2C6A756C2C6175672C7365702C6F6B742C6E6F762C64656301010D0A4C6F
  6208.       6E67204D6F6E7468204E616D6573016A616E7561722C666562727561722C6D61
  6209.       7274732C617072696C2C6D616A2C6A756E692C6A756C692C6175677573742C73
  6210.       657074656D6265722C6F6B746F6265722C6E6F76656D6265722C646563656D62
  6211.       657201010D0A53686F727420446179204E616D65730173F82C6D612C74692C6F
  6212.       6E2C746F2C66722C6CF801010D0A4C6F6E6720446179204E616D65730173F86E
  6213.       6461672C6D616E6461672C746972736461672C6F6E736461672C746F72736461
  6214.       672C6672656461672C6CF87264616701010D0A7374436F6C6C656374696F6E73
  6215.       0D0A737443686172536574730D0A544469616C6F67466F726D0144454641554C
  6216.       545F4348415253455401010D0A687250616E656C0144454641554C545F434841
  6217.       5253455401010D0A4C6162656C3201414E53495F4348415253455401010D0A4C
  6218.       6162656C3101414E53495F4348415253455401010D0A6872536B796767650141
  6219.       4E53495F4348415253455401010D0A68724C656E67746850726F63656E740141
  6220.       4E53495F4348415253455401010D0A43535350616E656C0144454641554C545F
  6221.       4348415253455401010D0A4C6162656C330144454641554C545F434841525345
  6222.       5401010D0A4C6162656C340144454641554C545F4348415253455401010D0A4C
  6223.       6162656C3501414E53495F4348415253455401010D0A4C6162656C3601414E53
  6224.       495F4348415253455401010D0A4C6162656C3701414E53495F43484152534554
  6225.       01010D0A435353436C6173730144454641554C545F4348415253455401010D0A
  6226.       4353530144454641554C545F4348415253455401010D0A435353696401444546
  6227.       41554C545F4348415253455401010D0A6C696E6B50616E656C0144454641554C
  6228.       545F4348415253455401010D0A4C6162656C3801414E53495F43484152534554
  6229.       01010D0A4C6162656C3901414E53495F4348415253455401010D0A4C6162656C
  6230.       313001414E53495F4348415253455401010D0A4C6162656C313301414E53495F
  6231.       4348415253455401010D0A4C6162656C313101414E53495F4348415253455401
  6232.       010D0A62696C6C65646550616E656C0144454641554C545F4348415253455401
  6233.       010D0A4C6162656C313201414E53495F4348415253455401010D0A4C6162656C
  6234.       313401414E53495F4348415253455401010D0A4C6162656C313501414E53495F
  6235.       4348415253455401010D0A4C6162656C313601414E53495F4348415253455401
  6236.       010D0A4C6162656C313701414E53495F4348415253455401010D0A4C6162656C
  6237.       313801414E53495F4348415253455401010D0A4C6162656C313901414E53495F
  6238.       4348415253455401010D0A62696C6C656465414C54436865636B01414E53495F
  6239.       4348415253455401010D0A62696C6C6564655374726574636850726576696577
  6240.       01414E53495F4348415253455401010D0A466C617450616E656C310144454641
  6241.       554C545F4348415253455401010D0A7461626C6550616E656C0144454641554C
  6242.       545F4348415253455401010D0A4C6162656C323201414E53495F434841525345
  6243.       5401010D0A4C6162656C333001414E53495F4348415253455401010D0A4C6162
  6244.       656C323601414E53495F4348415253455401010D0A4C6162656C323301414E53
  6245.       495F4348415253455401010D0A746162656C4342436F6C6F7201414E53495F43
  6246.       48415253455401010D0A746162656C4342576964746801414E53495F43484152
  6247.       53455401010D0A746162656C434248656967687401414E53495F434841525345
  6248.       5401010D0A4C6162656C323101414E53495F4348415253455401010D0A4C6162
  6249.       656C323001414E53495F4348415253455401010D0A4C6162656C323701414E53
  6250.       495F4348415253455401010D0A4C6162656C323401414E53495F434841525345
  6251.       5401010D0A6C69737450616E656C0144454641554C545F434841525345540101
  6252.       0D0A4C6162656C333201414E53495F4348415253455401010D0A4C6162656C33
  6253.       3101414E53495F4348415253455401010D0A4C6162656C323901414E53495F43
  6254.       48415253455401010D0A666F6E7450616E656C0144454641554C545F43484152
  6255.       53455401010D0A4C6162656C323801414E53495F4348415253455401010D0A4C
  6256.       6162656C333601414E53495F4348415253455401010D0A4C6162656C33370141
  6257.       4E53495F4348415253455401010D0A747250616E656C0144454641554C545F43
  6258.       48415253455401010D0A746450616E656C0144454641554C545F434841525345
  6259.       5401010D0A74645769647468436865636B01414E53495F434841525345540101
  6260.       0D0A7464486569676874436865636B01414E53495F4348415253455401010D0A
  6261.       7464436F6C6F72436865636B01414E53495F4348415253455401010D0A646976
  6262.       50616E656C0144454641554C545F4348415253455401010D0A4D6964646C6550
  6263.       616E656C0144454641554C545F4348415253455401010D0A48696E744C616265
  6264.       6C01414E53495F4348415253455401010D0A4C65667450616E656C0144454641
  6265.       554C545F4348415253455401010D0A526967687450616E656C0144454641554C
  6266.       545F4348415253455401010D0A626F647950616E656C0144454641554C545F43
  6267.       48415253455401010D0A4C6162656C343701414E53495F434841525345540101
  6268.       0D0A436F6C6F7250616E656C0144454641554C545F4348415253455401010D0A
  6269.       4C696E6B6C6162656C0144454641554C545F4348415253455401010D0A416374
  6270.       6976656C696E6B4C6162656C0144454641554C545F4348415253455401010D0A
  6271.       566973697465646C696E6B4C6162656C0144454641554C545F43484152534554
  6272.       01010D0A4C6162656C343901414E53495F4348415253455401010D0A4C616265
  6273.       6C353001414E53495F4348415253455401010D0A646F50485045736361706501
  6274.       414E53495F4348415253455401010D0A646F5848544D4C436F6D706C69616E74
  6275.       01414E53495F4348415253455401010D0A4C6162656C38380144454641554C54
  6276.       5F4348415253455401010D0A}
  6277.   end
  6278. end
  6279.